lib.rs
Num-Iter
# range-iterator # numeric no-std num-iter External iterators for generic mathematics. by The Rust Project Developers. Owned by Josh Stone. Audit; Install; API reference; GitHub repo ; 14 releases. 0.1.45 May 4, 2024 0.1.44 Feb 8, 2024 0.1.43 Apr 26, 2022 0.1.42 Oct 29, 2020 0.1.32 Apr 14, 2016
NumberRange
# human-readable # numbers # iterator # string-parser # convert-string # parser # range-iterator number _ range Library to parse list of numbers from/to human readable string. by Atreyagaurav. Install; API reference; GitHub repo (atreyagaurav) 9 releases. 0.3.2 May 31, 2023 ... It'll return you an iterator that you can use to iterate through ...
Num
4,519,427 downloads per month Used in 7,230 crates (1,766 directly). MIT/Apache. 13KB num. A collection of numeric types and traits for Rust. This includes new types for big integers, rationals (aka fractions), and complex numbers, new traits for generic programming on numeric properties like Integer, and generic range iterators.. num is a meta-crate, re-exporting items from these sub-crates:
EveryRange
Iterator for interleaving included and excluded ranges. 1335 in Text processing. 23 downloads per month . MIT license . 19KB 198 lines. every-range. This crate implements an extension to Iterator, which features an every_range method on any Iterator with an Item of Range<usize>.. EveryRangeIter iterates over Ranges and "fill in" missing ranges, i.e. the gap between two consecutive ranges.