Skip to content

Releases: iscar-ucm/xdevs.rs

v0.4.0: Asynchronous Real-Time simulation with Tokio

19 Sep 11:38
ae30490

Choose a tag to compare

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

08 Mar 18:41
e0b9fca

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

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

15 Feb 08:39

Choose a tag to compare

Bug fixes Pre-release
Pre-release

This release substitutes v0.2.0, which is yanked.

Parallel version

31 Jan 09:07
9126160

Choose a tag to compare

Parallel version Pre-release
Pre-release
Merge pull request #4 from iscar-ucm/dev

Faster and parallel

Changing the name of the repo

25 Nov 09:20
9105a2e

Choose a tag to compare

Pre-release

The repo is now xdevs.rs instead of xdevs-rs.

First version

04 Nov 09:29
7294092

Choose a tag to compare

First version Pre-release
Pre-release

Very first version of xDEVS for Rust