docs.rs failed to build odem-rs-core-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
odem-rs-core-0.3.0
ODEM-rs Core
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.
Features
- Provides the key simulation structures
Agent,Job, andContinuation, as well as the simulation contextSim. - Implements event scheduling and deterministic execution.
- Contains supporting structures and traits like intrusively counted pointers (
Irc), theConfig-trait, and theScheduler-trait.
Installation
Using the entry crate odem-rs is recommended, but it is possible to use this crate as a standalone simulator core.
[]
= "*"
License
Licensed under MIT. See LICENSE for details.