| Crates.io | odem-rs-util |
| lib.rs | odem-rs-util |
| version | 0.2.0 |
| created_at | 2025-02-21 16:40:40.183724+00 |
| updated_at | 2025-06-20 21:44:46.916007+00 |
| description | Model elements and statistical tooling for the ODEM-rs simulation framework |
| homepage | |
| repository | https://gitlab.informatik.hu-berlin.de/weber/odem-rs |
| max_upload_size | |
| id | 1564434 |
| size | 138,167 |
odem-rs-util offers additional utility structures that improve model development in ODEM-rs.
It provides object pools, random number streams, and statistics collection tools to improve modeling ergonomics.
rand.uom.Of these, only dynamically sized object pools require feature alloc to be active.
It is recommended to use the odem-rs entry crate for ODEM-rs, but it is possible to use this crate together with
the simulator core from odem-rs-core. To use it, add the following line to your Cargo.toml:
[dependencies]
odem-rs-util = "*"
Licensed under MIT. See LICENSE for details.