1 unstable release

0.0.1 Feb 24, 2023

#226 in #programming-language


Used in 3 crates

MIT/Apache

6KB
155 lines

Span

This crate exists mostly because Rust's Range<usize> doesn't implement Copy due to backwards compatibility.


lib.rs:

This module contains the implementation of spans for Hebi, and various utilities for working with them.

No runtime deps