Module owned_str

Source
Expand description

A replacement for Box<str> that has a defined layout for FFI.

Structsยง

OwnedStr
A struct that basically replaces a Box, but with a defined layout, suitable for FFI.