odem-rs-core 0.1.0

Core components of the ODEM-rs simulation framework
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.
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, and Continuation, as well as the simulation context Sim.
  • Implements event scheduling and deterministic execution.
  • Contains supporting structures and traits like intrusively counted pointers (Irc), the Config-trait, and the Scheduler-trait.

Installation

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 = "*"

License

Licensed under MIT. See LICENSE for details.