Crates.io | sum |
lib.rs | sum |
version | 0.1.7 |
source | src |
created_at | 2018-11-07 15:28:24.439696 |
updated_at | 2020-08-07 14:31:49.944564 |
description | General-purpose sum types. |
homepage | https://github.com/alecmocatta/sum |
repository | https://github.com/alecmocatta/sum |
max_upload_size | |
id | 95271 |
size | 41,950 |
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.
Licensed under either of
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.