Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ span.rs
File
span.rs
crates/css_lexer/src/span.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::SourceOffset;
2
use std::{fmt::Display, hash::Hash, marker::PhantomData, ops::Add};
3
4
/// Represents a range of text within a document, as a Start and End offset.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected