#num #iterator #cargo #macro #extra #numerical #numeric #read

itertools-num

Numerical iterator tools. Extra iterators and iterator methods and functions.

4 releases

Uses old Rust 2015

0.1.3 Nov 24, 2018
0.1.2 Aug 29, 2018
0.1.1 Nov 24, 2016
0.1.0 Sep 23, 2016

#59 in Science

Download history 2519/week @ 2022-12-07 1582/week @ 2022-12-14 1138/week @ 2022-12-21 1257/week @ 2022-12-28 1759/week @ 2023-01-04 2136/week @ 2023-01-11 2385/week @ 2023-01-18 2942/week @ 2023-01-25 3058/week @ 2023-02-01 2523/week @ 2023-02-08 2527/week @ 2023-02-15 3211/week @ 2023-02-22 2693/week @ 2023-03-01 3089/week @ 2023-03-08 3136/week @ 2023-03-15 2866/week @ 2023-03-22

12,346 downloads per month
Used in 88 crates (27 directly)

MIT/Apache

8KB
135 lines

Itertools-num

Extra iterator adaptors, functions and macros.

Please read the API documentation here

crates

How to use with cargo:

[dependencies]
itertools-num = "0.1"

How to use in your crate:

extern crate itertools_num;

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.3
    • Bump quickcheck dev-dependency by @ignatenkobrain
  • 0.1.2
    • Bump dependencies, in particular itertools
  • 0.1.1
    • Add .cumsum().
  • 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

~150KB