type-set 0.3.3

A set of heterogeneous types
Documentation
# 📰 Type-Set — Heterogeneous data structure

* [API Docs][docs] [![docs.rs docs][docs-badge]][docs]
* [Releases][releases] [![crates.io version][version-badge]][crate]
* [Contributing][contributing]
* [CI ![CI][ci-badge]][ci]
* [API docs for main][main-docs]
* [![codecov]https://codecov.io/gh/jbr/type-set/graph/badge.svg?token=icc3N1bPQD]https://codecov.io/gh/jbr/type-set

[ci]: https://github.com/jbr/type-set/actions?query=workflow%3ACI
[ci-badge]: https://github.com/jbr/type-set/workflows/CI/badge.svg
[releases]: https://github.com/jbr/type-set/releases
[docs]: https://docs.rs/type-set
[contributing]: https://github.com/jbr/type-set/blob/main/.github/CONTRIBUTING.md
[crate]: https://crates.io/crates/type-set
[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
[version-badge]: https://img.shields.io/crates/v/type-set.svg?style=flat-square
[main-docs]: https://jbr.github.io/type-set/type_set/

## License

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br/>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>