xstring

Crates.ioxstring
lib.rsxstring
version0.1.1
created_at2025-05-12 08:28:22.228584+00
updated_at2025-06-11 06:44:49.152927+00
descriptionAn immutable owned string that could be cheaply cloned and passed through FFI.
homepagehttps://github.com/AlseinX/xstring
repositoryhttps://github.com/AlseinX/xstring
max_upload_size
id1670211
size38,044
Alsein (AlseinX)

documentation

https://docs.rs/xstring

README

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

Commit count: 4

cargo fmt