sisu
======
Crate for working with SISU (Statecharts-based implementation of Information State Update.
[](https://github.com/cryptopatrick/sisu/actions)
[](https://crates.io/crates/sisu)
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).
### Documentation
https://docs.rs/sisu
### Installation
This crate works with Cargo and is on
[crates.io](https://crates.io/crates/sisu).
The package will be regularly updated.
Add it to your `Cargo.toml` like so:
```toml
[dependencies]
sisu = "0.0.5"
```