# fasttext-rs
[](https://travis-ci.org/messense/fasttext-rs)
[](https://codecov.io/gh/messense/fasttext-rs)
[](https://crates.io/crates/fasttext)
[](https://docs.rs/fasttext/)
[fastText](https://github.com/facebookresearch/fastText) Rust binding
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
fasttext = "0.7"
```
Add ``extern crate fasttext`` 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.