detexify-c 0.4.0

Rust port of the [detexify backend](https://github.com/kirel/detexify-hs-backend).
Documentation
[build-dependencies.cbindgen]
version = "0.18.0"
[dependencies.detexify]
version = "0.4.0"

[lib]
crate-type = ["cdylib"]
name = "detexify"

[package]
authors = ["Zoey Sheffield <me@zoey.fyi>"]
categories = ["computer-vision"]
description = "Rust port of the [detexify backend](https://github.com/kirel/detexify-hs-backend)."
edition = "2018"
homepage = "https://github.com/zoeyfyi/detexify-rust/"
keywords = ["tex", "latex", "classifier"]
license = "MIT"
name = "detexify-c"
readme = "README.md"
repository = "https://github.com/zoeyfyi/detexify-rust/"
version = "0.4.0"