1 unstable release
0.0.1 | Apr 22, 2021 |
---|
#11 in #unordered
8KB
134 lines
Unordered N Tuple
This crate provides an implementation of an unordered n-tuple of homogenous items. See the documentation for more info.
lib.rs
:
This crate provides a UnorderedNTuple
, which is a struct that represents unordered tuples of
n homogenous elements.
Crate Features
std
: Enables dependence onstd
to allow for more featuresserde
: Enabls serializing/deserializing theUnorderedNTuple
struct in serde
By default, both features are enabled.
Dependencies
~110–355KB