Barnes-Hut implementation of t-SNE written in Rust. The algorithm is described with fine detail in this paper by Laurens van der Maaten.
Be sure that your Cargo.toml
looks somewhat like this:
toml
[dependencies]
bhtsne = "0.1.0"
A small but exhaustive example is provided in the docs available on crates.io.