xstring 0.1.1

An immutable owned string that could be cheaply cloned and passed through FFI.
Documentation
  • Coverage
  • 60%
    6 out of 10 items documented0 out of 0 items with examples
  • Size
  • Source code size: 37.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • AlseinX/xstring
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AlseinX

XString

XString is an immutable owned string (and also bytes), sized 2 pointers, that may conditionally hold the data inlined, statically, or within ref counted heap allocated memory, which makes it cheap to clone and pass around.

It has a certain memory representation and could be easily passed through FFI boundaries.

Crates.io Docs.rs MIT Or Apache-2.0 licensed Build Status