fastText Rust binding
Add it to your Cargo.toml:
[dependencies]
fasttext = "0.6"Add extern crate fasttext to your crate root and your're good to go!
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.