@ -0,0 +1,39 @@
<div align="center">
# rustyCTBN
</div>
## Library
> **Note:** At the moment it's in pre-alpha state.
A Continuous Time Bayesian Networks Library written in Rust. 🦀
## Develop
**Prerequisites:**
+ `rust`
_Prepare_ the development environment:
```sh
cargo build
```
That's all! ☕️
## Testing & Linting
To launch **tests**:
cargo test
To **lint**:
cargo check