Now a REAL lib
This commit is contained in:
1
doc/ahash/sidebar-items.js
Normal file
1
doc/ahash/sidebar-items.js
Normal file
@ -0,0 +1 @@
|
||||
window.SIDEBAR_ITEMS = {"struct":[["AHasher","A `Hasher` for hashing an arbitrary stream of bytes."],["RandomState","Provides a Hasher factory. This is typically used (e.g. by HashMap) to create [AHasher]s in order to hash the keys of the map. See `build_hasher` below."]],"trait":[["CallHasher","Provides a way to get an optimized hasher for a given data type. Rather than using a Hasher generically which can hash any value, this provides a way to get a specialized hash for a specific type. So this may be faster for primitive types."]]};
|
||||
Reference in New Issue
Block a user