mitex_lexer
Run this command in a terminal, in your project's directory:
cargo add mitex-lexer
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
mitex-lexer = "0.2.4"
The mitex_lexer library will be automatically available globally. Read the mitex_lexer library documentation.
Back to the crate overview.