Crate foyer_intrusive

source ·
Expand description

Intrusive data structures and utils for foyer.

Modules§

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

Macros§

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