Skip to main content

Module platform

Module platform 

Source
Expand description

This module is to support platform compatiblity with no_std environments.

Structs§

HashMaphashbrown
A hash map implemented with quadratic probing and SIMD lookup.
HashSethashbrown
A hash set implemented as a HashMap where the value is ().
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here