Releases: iscar-ucm/xdevs.rs
Releases · iscar-ucm/xdevs.rs
v0.4.0: Asynchronous Real-Time simulation with Tokio
This new release includes support for Real-Time simulation using Tokio. We believe asynchronous programming is a great fit for DEVS. To prove that it works, we included new utility tools in the new xdevs_utils crate. Currently, you can connect your RT simulation to an MQTT broker and start communicating with your communication as it runs. Think of it as a first step to Digital Twins powered by xDEVS!
v0.3.0
Documentation has been improved. Port methods are marked as unsafe. The documentation clearly explains the invariants for safely using them. Using Arc even in sequential, as they don't suppose a simulation overhead.
Bug fixes
This release substitutes v0.2.0, which is yanked.
Parallel version
Merge pull request #4 from iscar-ucm/dev Faster and parallel
Changing the name of the repo
The repo is now xdevs.rs instead of xdevs-rs.
First version
Very first version of xDEVS for Rust