Thanks to visit codestin.com Credit goes to lib.rs
rslint_lexer
Run this command in a terminal, in your project's directory:
cargo add rslint_lexer
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rslint_lexer = "0.2.0"
The rslint_lexer library will be automatically available globally. Read the rslint_lexer library documentation.
Back to the crate overview.