[][src]Crate tailed

Supposedly a "safe" way to create a custom DSTs with flexible array members.

Currently, the main usage is FFI that uses a single allocation to return both the API-consumable data and the backing storage for it at the same, think inline strings or collections with dynamic item count.

Structs

Tailed

A custom DST type.