| Crates.io | odem-rs-core |
| lib.rs | odem-rs-core |
| version | 0.2.0 |
| created_at | 2025-02-21 16:36:37.538685+00 |
| updated_at | 2025-06-20 21:44:16.099382+00 |
| description | Core components of the ODEM-rs simulation framework |
| homepage | |
| repository | https://gitlab.informatik.hu-berlin.de/weber/odem-rs |
| max_upload_size | |
| id | 1564432 |
| size | 356,112 |
odem-rs-core is the foundational crate of the ODEM-rs library, providing essential structures and traits for
object-based discrete-event modeling in Rust. It defines the core components that facilitate agent-based simulation
modeling, event scheduling, and cooperative concurrency.
Agent, Job, and Continuation, as well as the simulation context Sim.Irc), the Config-trait, and the
Scheduler-trait.Using the entry crate odem-rs is recommended, but it is possible to use this crate as a standalone simulator core.
[dependencies]
odem-rs-core = "*"
Licensed under MIT. See LICENSE for details.