Learning system for RiceCoder - captures and applies learned rules
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-learning = "0.1"
```
```rust
use ricecoder_learning::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-learning).
MIT