Adding source_span library as a dependency

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:

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.