Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ bump_box.rs
File
bump_box.rs
crates/css_parse/src/bump_box.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::{Cursor, CursorSink, Parse, Parser, Peek, SemanticEq, ToCursors};
2
use bumpalo::Bump;
3
use css_lexer::{KindSet, Span, ToSpan};
4
use std::fmt;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected