1 unstable release
| 0.0.1 | Feb 24, 2023 |
|---|
#16 in #usize
Used in 2 crates
6KB
155 lines
This module contains the implementation of spans for Hebi, and various utilities for working with them.
Span
This crate exists mostly because Rust's Range<usize> doesn't implement Copy due to backwards compatibility.