MCPcopy Create free account
hub / github.com/d0iasm/saba / CssTokenizer

Class CssTokenizer

core/src/renderer/css/token.rs:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#[derive(Debug, Clone, PartialEq)]
41pub struct CssTokenizer {
42 pos: usize,
43 input: Vec<char>,
44}
45
46impl CssTokenizer {
47 pub fn new(css: String) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected