Crates.io | detexify-server |
lib.rs | detexify-server |
version | 0.4.0 |
source | src |
created_at | 2020-09-02 22:12:38.147633 |
updated_at | 2021-03-25 19:27:14.959126 |
description | Rust port of the [detexify backend](https://github.com/kirel/detexify-hs-backend). |
homepage | https://github.com/zoeyfyi/detexify-rust/ |
repository | https://github.com/zoeyfyi/detexify-rust/ |
max_upload_size | |
id | 284041 |
size | 36,303 |
Rust port of the detexify backend. Note, this only includes the /classify
route (using the classifier snapshot found here), not the training or snapshot routes.
ROCKET_PORT=3000 cargo run