simcore

Crates.iosimcore
lib.rssimcore
version0.1.0
sourcesrc
created_at2024-07-08 18:19:00.067295
updated_at2024-07-08 18:19:00.067295
descriptionA generic discrete-event simulation framework
homepagehttps://github.com/systems-group/simcore
repositoryhttps://github.com/systems-group/simcore
max_upload_size
id1296222
size228,659
Oleg Sukhoroslov (osukhoroslov)

documentation

README

SimCore

SimCore is discrete-event simulation framework aimed to provide a solid foundation for building simulation models of distributed and other kinds of systems. The framework is built around a generic event-driven programming model that can be used to model different domains. It allows to use both callbacks and asynchronous waiting to conveniently model any execution logic.

You may be looking for:

License

SimCore is licensed under the Apache-2.0 license or the MIT license, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in SimCore by you, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.

Commit count: 33

cargo fmt