Crate folklore

Source

Macros§

generic_asserts
generic_const_assert
A macro to assert checks on generic type parameters at compile time. Credits: https://morestina.net/blog/1940/compile-time-checks-in-generic-functions-work-and-you-can-use-them-in-your-code
wrap

Structs§

HashMap
A HashMap which doesn’t allow any deletion, and only allows for 2-byte values
Iter