c_fixed_string 0.2.0

Wrapper types around C-style fixed length string buffers
Documentation
  • Coverage
  • 97.22%
    35 out of 36 items documented0 out of 35 items with examples
  • Size
  • Source code size: 16.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Diggsey/c_fixed_string-rs
    5 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Diggsey

The goal of this crate is to provide a safe wrapper around the notion of a C-style string with a predefined maximum length, known as the limit.

CFixedString and CFixedStr are the owning and non-owning variants respectively.