sisu 0.0.5

Crate for working with SISU (Statecharts-based implementation of Information State Update.
Documentation
sisu
======
Crate for working with SISU (Statecharts-based implementation of Information State Update.

[![Build status](https://github.com/cryptopatrick/sisu/workflows/ci/badge.svg)](https://github.com/cryptopatrick/sisu/actions)
[![](http://meritbadge.herokuapp.com/sisu)](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"
```