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