[ 源代码: rust-iter-fixed ]
软件包:librust-iter-fixed-dev(0.4.0-6)
librust-iter-fixed-dev 的相关链接
Debian 的资源:
下载源码包 rust-iter-fixed:
- [rust-iter-fixed_0.4.0-6.dsc]
- [rust-iter-fixed_0.4.0.orig.tar.gz]
- [rust-iter-fixed_0.4.0-6.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
iterator of fixed length - Rust source code
iter_fixed provides a type and traits for turning collections of fixed size, like arrays, into IteratorFixed which can be used a bit like an ordinary Iterator but with a compile time guaranteed length. This enables us to turn them back into collections of fixed size without having to perform unnecessary checks during run time.
This package contains the source for the Rust crate iter_fixed, for use with cargo.