# crfsuite-rs
[](https://travis-ci.org/bosondata/crfsuite-rs)
[](https://codecov.io/gh/bosondata/crfsuite-rs)
[](https://crates.io/crates/crfsuite)
[](https://docs.rs/crfsuite/)
Rust binding to [crfsuite](https://github.com/chokkan/crfsuite)
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
crfsuite = "0.1"
```
Add ``extern crate crfsuite`` to your crate root and your're good to go!
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.