with-str-bytes 1.0.0

Safely manipulate the bytes of a UTF-8 string
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 5.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 524.61 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Kestrer/with-str-bytes
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Kestrer

with-str-bytes

Safely manipulate the bytes of a UTF-8 string.

This library provides helpers to manipulate the bytes of a UTF-8 string without using unsafe. It does not rely on the standard library, and can be used in no_std environments.

License: MIT OR Apache-2.0