# iterator-enum
[![crates-badge]][crates-url]
[![docs-badge]][docs-url]
[![license-badge]][license]
[![rustc-badge]][rustc-url]
[crates-badge]: https://img.shields.io/crates/v/iter-enum.svg
[crates-url]: https://crates.io/crates/iter-enum
[docs-badge]: https://docs.rs/iter-enum/badge.svg
[docs-url]: https://docs.rs/iter-enum
[license-badge]: https://img.shields.io/crates/l/iter-enum.svg
[license]: #license
[rustc-badge]: https://img.shields.io/badge/rustc-1.31+-lightgray.svg
[rustc-url]: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html
\#\[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, Extend)\] for enums.
This crate renamed to `iter-enum` - use `iter-enum` crate (https://crates.io/crates/iter-enum)
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
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.