Registry / other / kind-span

kind-span

JSON →
library0.1.3rscratesunverified

Describes locations for the Kind compiler, providing span information for error reporting.

# Cargo.toml [dependencies] kind-span = "0.1.3"
INSTALL
IMPORT
SIG · KIND-SPAN
K
kind-span
otherrustv0.1.3
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 kind_span::Span;

Creates a new span with start and end positions for compiler use.

use kind_span::Span; fn main() { let span = Span::new(0, 10); // Use span for compiler diagnostics }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
kind-span — cargo add kind-span · libregistry