[][src]Module griddle::raw

Experimental and unsafe RawTable API. This module is only available if the raw feature is enabled.

Structs

Bucket

A reference to a hash table bucket containing a T.

RawIntoIter

Iterator which consumes a table and returns elements.

RawIter

Iterator which returns a raw pointer to every full bucket in the table.

RawTable

A raw hash table with an unsafe API.