Expand description
Procedural macro crate for v_escape
This crate provides the escape! procedural macro for generating SIMD-optimized
escape functions from character mappings. The macro generates both escape_string
and escape_fmt functions that can be used for efficient string escaping.
Macrosยง
- escape
- Generate escape functions from a list of character mappings.