Registry / utility / locspan

locspan

JSON →
library0.9.2rscratesunverified

Code mapping utility types and traits.

# Cargo.toml [dependencies] locspan = "0.9.2"
INSTALL
IMPORT
SIG · LOCSPAN
L
locspan
utilityrustv0.9.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Span
use locspan::Span;

Creates a source code span from byte offset 0 to 10.

use locspan::Span; let span = Span::new(0, 10); println!("Span: {:?}", span);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
locspan — cargo add locspan · libregistry