8 releases
0.1.7 | Aug 7, 2020 |
---|---|
0.1.6 | Jul 4, 2020 |
0.1.4 | May 16, 2020 |
0.1.3 | Feb 18, 2019 |
0.1.1 | Nov 28, 2018 |
#848 in Data structures
1,401 downloads per month
Used in 8 crates
(4 directly)
28KB
452 lines
sum
General-purpose sum types.
Arbitrarily-sized product types exist in Rust in the form of tuples. This is a generalisation of bluss's Either type to provide arbitrarily-sized sum types*.
* Over up to 32 types.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE.txt or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT.txt or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~165KB