[ 原始碼: 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.