v_escape_codegen-0.1.9 is not a library.
v_escape-codegen
A tool for generating escape functions.
Installation
Usage
# Create a new crate
# Write a template to src/_lib.rs
# Generate the code from the template
Generated crate
Generate a new crate with escape_fmt and escape_string functions.
Features in the generated crate
alloc: Enables thealloclibrary features.fmt: Enables theescape_fmtfunction.string: Enables theescape_stringfunction.bytes: Enables theescape_bytesfunction.std: Enables thestdlibrary features.
Documentation
- Minimum supported Rust version: 1.85.0 or later
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.