rust-powerset-enum

A reexport dependency for the powerset-enum crate

APACHE-2.0 License

Downloads
4.8K
Stars
11
Committers
2

Rust Powerset Enum

A poor man's anonymous enum, useful mostly for error handling. Turn your Error enum into a Powerset Enum to allow taking subsets of the original enums.

See the examples, specifically with_powerset_enums.rs vs without_powerset_enums.rs, to understand how this works.

Note: this is a nightly only crate, and to use it you need to enable the following feature flags:

#![feature(never_type, exhaustive_patterns, proc_macro_hygiene)]

License

Licensed under either of

at your option.

Contribution

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.

Package Rankings
Top 27.19% on Crates.io
Badges
Extracted from project README
Latest Version Rust Documentation