forked from ROMEO/nexosim
Prepare release v0.3.0-beta.0
This commit is contained in:
25
README.md
25
README.md
@ -5,9 +5,9 @@ discrete-event simulation framework written in Rust. It is meant to scale from
|
||||
small, simple simulations to very large simulation benches with complex
|
||||
time-driven state machines.
|
||||
|
||||
[](https://crates.io/crates/asynchronix)
|
||||
[](https://docs.rs/asynchronix)
|
||||
[](https://github.com/asynchronics/asynchronix#license)
|
||||
[](https://crates.io/crates/nexosim)
|
||||
[](https://docs.rs/nexosim)
|
||||
[](https://github.com/asynchronics/nexosim#license)
|
||||
|
||||
|
||||
## Overview
|
||||
@ -53,16 +53,25 @@ More fleshed out examples can also be found in the dedicated
|
||||
[simulator](nexosim/examples) and [utilities](nexosim-util/examples)
|
||||
directories.
|
||||
|
||||
[API]: https://docs.rs/asynchronix
|
||||
[API]: https://docs.rs/nexosim
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Note that this page documents version `0.3.0-beta` of NeXosim, which is
|
||||
not available on crates.io yet.
|
||||
Note that this page currently documents the latest beta version for the upcoming
|
||||
`0.3.0` release, which contains numerous improvements over the `0.2` branch.
|
||||
While the API is considered nearly frozen, some minor changes are still
|
||||
possible.
|
||||
|
||||
For the last official release (sill under the name `asynchronix`), add
|
||||
this to your `Cargo.toml`:
|
||||
To use the beta version, add to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
nexosim = "0.3.0-beta.0"
|
||||
```
|
||||
|
||||
If you would rather stay for now with the last official release (published under
|
||||
the `asynchronix` name), add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user