Merge branch 'meta-readme' into 'dev'

pull/19/head
Meliurwen 3 years ago
commit 2b0a753efc
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 39
      README.md

@ -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**:
```sh
cargo test
```
To **lint**:
```sh
cargo check
```
Loading…
Cancel
Save