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.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 512.83 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • 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