weak-table 0.4.0-pre1

Weak hash maps and sets
Documentation
1
2
3
4
//! Constants related to hashtable size.

/// No reason for this number as of now.
pub(crate) const DEFAULT_INITIAL_CAPACITY: usize = 0;