2 releases

0.1.1 Apr 10, 2023
0.1.0 Feb 15, 2022

#45 in #iteration

Download history 36/week @ 2023-12-17 59/week @ 2023-12-24 24/week @ 2023-12-31 38/week @ 2024-01-07 83/week @ 2024-01-14 93/week @ 2024-01-21 16/week @ 2024-01-28 92/week @ 2024-02-04 178/week @ 2024-02-11 84/week @ 2024-02-18 161/week @ 2024-02-25 79/week @ 2024-03-03 84/week @ 2024-03-10 88/week @ 2024-03-17 133/week @ 2024-03-24 131/week @ 2024-03-31

449 downloads per month
Used in 8 crates (via exhaust)

MIT/Apache

28KB
608 lines

Exhaust(ive iteration for Rust)

exhaust is a Rust library which provides the Exhaust trait, which can be used to iterate over all possible values of a type that implements it. Implementations are provided for standard library types, and derive macros are available to allow easy implementation for user-defined types.

Exhaustive iteration may be useful for exhaustive testing, working with enums, and solving constraints by brute-force search.

exhaust is no_std compatible with default features disabled. The alloc and std features add implementations for the corresponding standard library crates.

Project status and stability

exhaust is currently in an early stage of development, and has been published for the sake of receiving feedback. I intend to quickly bring it to feature-completeness within its narrow scope, making it a library that can be relied upon by Rust programmers.

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.

Dependencies

~0.7–1.2MB
~26K SLoC