Crate foyer_intrusive

Crate foyer_intrusive 

Source
Expand description

Intrusive data structures and utils for foyer.

Modules§

adapter
Intrusive data structure adapter that locates between pointer and item.
dlist
An intrusive double linked list implementation.

Macros§

container_of
Unsafe macro to get a raw pointer to an outer object from a pointer to one of its fields.
intrusive_adapter
Macro to generate an implementation of Adapter for intrusive container and items.