Module collections

Module collections 

Source

Structsยง

Array
An array that exposes an idiomatic Rust interface to an underlying BPF array.
HashMap
A hashmap that exposes an idiomatic Rust interface to an underlying BPF hashmap.
Queue
A queue that exposes an idiomatic Rust interface to an underlying BPF queue.
RingBuffer
An interface for using BPF ringbuffer maps.