# fasttext-rs [![Build Status](https://travis-ci.org/messense/fasttext-rs.svg?branch=master)](https://travis-ci.org/messense/fasttext-rs) [![codecov](https://codecov.io/gh/messense/fasttext-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/messense/fasttext-rs) [![Crates.io](https://img.shields.io/crates/v/fasttext.svg)](https://crates.io/crates/fasttext) [![docs.rs](https://docs.rs/fasttext/badge.svg)](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.