detexify 0.4.0

The `detexify` crate is a port of the classifier that powers https://detexify.kirelabs.org/classify.html.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod point;
pub mod rect;
pub mod stroke;
pub mod classifier;
pub mod dtw;
pub mod stroke_sample;
pub mod symbol;

pub use self::point::*;
pub use self::stroke::*;
pub use self::classifier::*;
pub use self::stroke_sample::*;
pub use self::symbol::*;