#tuple #unordered #elements #homogenous

no-std unordered-n-tuple

An unordered tuple of n homogenous elements

1 unstable release

0.0.1 Apr 22, 2021

#10 in #unordered

MIT/Apache

8KB
134 lines

Unordered N Tuple

Latest Version Documentation

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 on std to allow for more features
  • serde: Enabls serializing/deserializing the UnorderedNTuple struct in serde

By default, both features are enabled.

Dependencies

~110–355KB