v_escape-base 0.1.0

Base runtime for v_escape: SIMD-accelerated string escaping primitives.
Documentation
  • Coverage
  • 100%
    38 out of 38 items documented1 out of 7 items with examples
  • Size
  • Source code size: 99.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 45s Average build duration of successful builds.
  • all releases: 45s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • zzau13/v_escape
    55 6 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zzau13

Documentation Latest version

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

at your option.