|
| 1 | +--- |
| 2 | +number: 18 |
| 3 | +date: May 2026 |
| 4 | +day: <!-- put day of the month of release here --> |
| 5 | +--- |
| 6 | + |
| 7 | +# Scientific Computing in Rust Monthly #18 |
| 8 | + |
| 9 | +Welcome to this month's issue of Scientific Computing in Rust Monthly. |
| 10 | + |
| 11 | +<!-- Editor can write a 2-3 sentence introduction here --> |
| 12 | + |
| 13 | +Scientific Computing in Rust Monthly can be viewed online at [scientificcomputing.rs/monthly](https://scientificcomputing.rs/monthly), |
| 14 | +you can sign up to receive an email copy at [mailinglist.scientificcomputing.rs](https://mailinglist.scientificcomputing.rs), |
| 15 | +or you can subscribe using the RSS feed at [scientificcomputing.rs/monthly/rss.xml](https://scientificcomputing.rs/monthly/rss.xml). |
| 16 | + |
| 17 | +Items can be added to the next issue of the newsletter by opening a pull request to the |
| 18 | +[Scientific Computing in Rust Monthly repository on GitHub](https://github.com/rust-scicomp/scientific-computing-in-rust-monthly). |
| 19 | +You can find more information about adding items |
| 20 | +[here](https://github.com/rust-scicomp/scientific-computing-in-rust-monthly#contributing-an-item). |
| 21 | + |
| 22 | +## Crate of the month: CRATE-NAME |
| 23 | +<!-- |
| 24 | +The crate of the month will be picked by the editor, who will write a brief description of it here. |
| 25 | +If you'd like to suggest a crate that we could include here, tell us on the rust-scicomp Zulip chat |
| 26 | +(https://rust-scicomp.zulipchat.com/login/). |
| 27 | +--> |
| 28 | +[crates.io](INSERT LINK) ~ [docs.rs](INSERT LINK) ~ [source](INSERT LINK) |
| 29 | + |
| 30 | +## New releases |
| 31 | +<!-- |
| 32 | +This section can be used to announce new released of libraries. Items should |
| 33 | +be sorted in alphabetical order and should use the format: |
| 34 | +
|
| 35 | +### [<library name> <release number>](<crates.io link>) |
| 36 | +<brief description of the library and its new features in this release> |
| 37 | +--> |
| 38 | + |
| 39 | +## Events |
| 40 | +<!-- |
| 41 | +This section can be used to advertise events. Items should be sorted in date order, with |
| 42 | +sooner events first, and should use the format: |
| 43 | +
|
| 44 | +### [<event name>, <day-day month year>, <location or "held virutally">, <date>](<website URL>) |
| 45 | +<brief description of event> |
| 46 | +--> |
| 47 | + |
| 48 | +## Publications |
| 49 | +<!-- |
| 50 | +This section can be used to publicise papers, articles and blog posts published about scientific computing in Rust. |
| 51 | +Items should be sorted in the alphabetical order of the surname of the first listed author. |
| 52 | +Papers posted should use the following format: |
| 53 | +
|
| 54 | +### [<authors>, <title>, <journal> <volume>](<DOI>) |
| 55 | +<brief description of paper> |
| 56 | +
|
| 57 | +Other publications should use the following format: |
| 58 | +
|
| 59 | +### [<author>, <title>](<link>) |
| 60 | +<brief description> |
| 61 | +--> |
| 62 | + |
| 63 | +## Jobs |
| 64 | +<!-- |
| 65 | +This section can be used to advertise jobs that may be of interest. Items should be sorted in the |
| 66 | +order in which they are added and should use the format: |
| 67 | +
|
| 68 | +### [<job title>, <location>](<more information URL>) |
| 69 | +<description of job, including how to apply and deadline> |
| 70 | +--> |
| 71 | + |
| 72 | +## Studentships |
| 73 | +<!-- |
| 74 | +This section can be used to advertise studentships (eg PhDs, Master's programmes) that may be of interest. |
| 75 | +Items should be sorted in the order in which they are added and should use the format: |
| 76 | +
|
| 77 | +### [<title>, <location>](<more information URL>) |
| 78 | +<description of studentship, including how to apply and deadline> |
| 79 | +--> |
| 80 | + |
| 81 | +## Help wanted |
| 82 | +<!-- |
| 83 | +If you're looking for people to help develop or maintain a project, you can add it here. Items here |
| 84 | +should be sorted in alphabetical order by project name and use the format: |
| 85 | +
|
| 86 | +### [<library name>](<link to source code repository>) |
| 87 | +<brief description of the library and what kind of help you're interested in> |
| 88 | +--> |
| 89 | + |
| 90 | +## Miscellaneous |
| 91 | +<!-- |
| 92 | +Any items that do not fit into any other section can be added here. |
| 93 | +--> |
0 commit comments