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

Adding rstml library as a dependency

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

cargo add rstml

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

rstml = "0.12.1"

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

Back to the crate overview.