lib.rs
Jan 18, 2025A tiny utility for conditionally constructing space-separated class strings in Rust, inspired by lukeed/clsx. A single-pass, flexible, and highly efficient library for assembling "className" strings in Rust. Overview. Single pass - Minimizes allocations by appending directly to a single String. Flexible - Supports: Strings, numbers ...