#iterator #numerical #methods #adaptor #function #features #numeric

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

#188 in Science

Download history 3742/week @ 2024-11-17 4378/week @ 2024-11-24 4666/week @ 2024-12-01 5491/week @ 2024-12-08 5057/week @ 2024-12-15 1946/week @ 2024-12-22 2761/week @ 2024-12-29 5686/week @ 2025-01-05 4712/week @ 2025-01-12 6340/week @ 2025-01-19 6847/week @ 2025-01-26 7401/week @ 2025-02-02 7796/week @ 2025-02-09 6905/week @ 2025-02-16 6968/week @ 2025-02-23 8038/week @ 2025-03-02

30,502 downloads per month
Used in 151 crates (32 directly)

MIT/Apache

8KB
135 lines

Itertools-num

Extra iterator adaptors, functions and macros.

Please read the API documentation here

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