Added README with instructions to set and run a dev environmet #18

Merged
meliurwen merged 3 commits from meta-readme into dev 3 years ago
  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