Adding revolt_parser library as a dependency

Run this command in a terminal, in your project's directory:

cargo add revolt-parser

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

revolt-parser = "0.9.4"

The revolt_parser library will be automatically available globally. Read the revolt_parser library documentation.

Back to the crate overview.