项目作者: alecmocatta

项目描述 :
General-purpose sum types.
高级语言: Rust
项目地址: git://github.com/alecmocatta/sum.git
创建时间: 2018-11-07T14:06:20Z
项目社区:https://github.com/alecmocatta/sum

开源协议:Other

下载


sum

Crates.io
MIT / Apache 2.0 licensed
Build Status

📖 Docs | 💬 Chat

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

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.