# [](https://docs.rs/v_escape-base/) [](https://crates.io/crates/v_escape-base)
# v_escape-base
Base crate for v_escape. This crate provides the core SIMD-optimized escape functionality used by the v_escape ecosystem.
## Features
- `std`: Enables the `std` library features and runtime CPU feature detection
- `alloc`: Enables allocation-based APIs
- `string`: Enables the `escape_string` function
- `fmt`: Enables the `escape_fmt` function
- `bytes`: Enables the `escape_bytes` function
## Documentation
- Minimum supported Rust version: 1.85.0 or later
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.