#iterator #no-std #no-alloc

no-std consume-iterator

完全消费任何迭代器

4 个版本

0.2.1 2023年4月25日
0.2.0 2023年4月16日
0.1.1 2023年4月16日
0.1.0 2023年4月16日

#396#no-alloc

MIT 许可证

3KB

用于完全消费迭代器的迭代器工具。

使用方法:可以使用 use consume_iterator::consume 来获取函数,或者使用 use consume_iterator::ConsumeIterator 来获取便利特质。

文档

此库是自由软件,您可以在 MIT 许可证的条款下使用和重新使用它。许可证副本在源代码仓库的“LICENSE”文件中提供。


lib.rs:

用于完全消费迭代器的迭代器工具。

使用方法:可以使用 use consume_iterator::consume 来获取函数,或者使用 use consume_iterator::ConsumeIterator 来获取便利特质。

无运行时依赖