Rust库,提供在std::iter或Itertools中找不到的Iterator trait的多个功能
由 Conor Hoekstra 编写
#1923 in Rust模式
58 每月下载量
11KB 213 行
iterx
iterx是一个Rust库,提供了在Iterator中找不到的多个功能,这些功能不在std::iter或Itertools包中。
Iterator
std::iter
Itertools
如何与Cargo一起使用
[dependencies] iterx = "0.0.10"
如何在您的crate中使用
use iterx::Iterx;
当前提供的功能
drop_last
mark_last
prescan
prepend
scan_
scan_while
zip_map
~425KB