forked from ROMEO/nexosim
Update README.md
This commit is contained in:
parent
a6c3217fdf
commit
0a10f256bc
16
README.md
16
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
|
small, simple simulations to very large simulation benches with complex
|
||||||
time-driven state machines.
|
time-driven state machines.
|
||||||
|
|
||||||
[](https://crates.io/crates/nexosim)
|
[](https://crates.io/crates/asynchronix)
|
||||||
[](https://docs.rs/nexosim)
|
[](https://docs.rs/asynchronix)
|
||||||
[](https://github.com/asynchronics/nexosim#license)
|
[](https://github.com/asynchronics/asynchronix#license)
|
||||||
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
@ -53,16 +53,20 @@ More fleshed out examples can also be found in the dedicated
|
|||||||
[simulator](nexosim/examples) and [utilities](nexosim-util/examples)
|
[simulator](nexosim/examples) and [utilities](nexosim-util/examples)
|
||||||
directories.
|
directories.
|
||||||
|
|
||||||
[API]: https://docs.rs/nexosim
|
[API]: https://docs.rs/asynchronix
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Add this to your `Cargo.toml`:
|
Note that this page documents version `0.3.0-beta` of NeXosim, which is
|
||||||
|
not available on crates.io yet.
|
||||||
|
|
||||||
|
For the last official release (sill under the name `asynchronix`), add
|
||||||
|
this to your `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nexosim = "0.2.2"
|
asynchronix = "0.2.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user