Finit is a library for defining sets of data, and then performing set operations on them. It is designed to be used for permission systems, but can be used for any kind of data that can be represented as a set.
//! This module contains various collection types that can be used with the traits defined in this crate, such as [`WildcardHashMap`] and [`WildcardBTreeMap`].
#[cfg(feature ="std")]modwildcard_hashmap;#[cfg(feature ="std")]pubusewildcard_hashmap::WildcardHashMap;#[cfg(feature ="std")]modwildcard_btreemap;#[cfg(feature ="std")]pubusewildcard_btreemap::WildcardBTreeMap;