2 releases
Uses old Rust 2015
0.1.1 | Jan 6, 2018 |
---|---|
0.1.0 | Sep 13, 2017 |
#38 in #product
10KB
151 lines
Itertools-wild
Extra wild iterator adaptors, functions and wild macros.
Please read the API documentation here
How to use with cargo:
[dependencies] itertools-wild = "*"
How to use in your crate:
#[macro_use] extern crate itertools_wild; use itertools_wild::ItertoolsWild;
How to contribute:
- Fix a bug or implement a new thing
- Include tests for your new feature, preferably a quickcheck test
- Make a Pull Request
Recent Changes
- 0.1.1
- Update authors: .feedback() is originally by @jameysharp
- 0.1.0
- Initial release
License
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
Dependencies
~465KB