Thanks to visit codestin.com
Credit goes to lib.rs

Adding rslint_lexer library as a dependency

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:

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.