ladybird/Libraries/LibWeb/Rust
Sam Atkins 305d3eeb80 LibWeb/CSS: Replace series of ifs in consume_a_token() with a match
More idiomatic for Rust, and also lets us remove a few of these helper
methods.
2026-05-03 09:49:00 +02:00
..
src LibWeb/CSS: Replace series of ifs in consume_a_token() with a match 2026-05-03 09:49:00 +02:00
build.rs LibWeb/CSS: Port the CSS Tokenizer to Rust 2026-05-03 09:49:00 +02:00
Cargo.toml LibWeb/CSS: Port the CSS Tokenizer to Rust 2026-05-03 09:49:00 +02:00
cbindgen.toml LibWeb/CSS: Port the CSS Tokenizer to Rust 2026-05-03 09:49:00 +02:00