Pakket: librust-iter-fixed-dev (0.4.0-6)
Verwijzigingen voor librust-iter-fixed-dev
Debian bronnen:
Het bronpakket rust-iter-fixed downloaden:
- [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]
Beheerder:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.