No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 82072bce4b
Releasing fastforward version 0.4.13-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-20 16:06:54 +02:00
.github Merging upstream version 0.4.13. 2026-07-20 16:06:27 +02:00
debian Releasing fastforward version 0.4.13-1~ffwd13+u1. 2026-07-20 16:06:54 +02:00
src Merging upstream version 0.4.13. 2026-07-20 16:06:27 +02:00
tests Merging upstream version 0.4.11. 2026-07-20 16:05:24 +02:00
.cargo_vcs_info.json Merging upstream version 0.4.13. 2026-07-20 16:06:27 +02:00
.clippy.toml Merging upstream version 0.4.11. 2026-07-20 16:05:24 +02:00
.codecov.yml Merging upstream version 0.4.11. 2026-07-20 16:05:24 +02:00
.gitignore Adding upstream version 0.4.5. 2026-07-20 16:03:57 +02:00
Cargo.lock Merging upstream version 0.4.13. 2026-07-20 16:06:27 +02:00
Cargo.toml Merging upstream version 0.4.13. 2026-07-20 16:06:27 +02:00
Cargo.toml.orig Merging upstream version 0.4.13. 2026-07-20 16:06:27 +02:00
CHANGELOG.md Merging upstream version 0.4.13. 2026-07-20 16:06:27 +02:00
LICENSE-APACHE Adding upstream version 0.4.5. 2026-07-20 16:03:57 +02:00
LICENSE-MIT Merging upstream version 0.4.7. 2026-07-20 16:04:15 +02:00
README.md Merging upstream version 0.4.11. 2026-07-20 16:05:24 +02:00

RustCrypto: Hybrid Const Generic / Typenum Arrays

crate Docs Build Status codecov Apache2/MIT licensed Rust Version Project Chat

Hybrid array type combining const generics with the expressiveness of typenum-based constraints, providing an alternative to generic-array and a incremental transition path to const generics.

About

This crate uses typenum to enable the following features which aren't yet possible with the stable implementation of const generics:

Internally the crate is built on const generics and provides traits which make it possible to convert between const generic types and typenum types.

Minimum Supported Rust Version (MSRV) Policy

MSRV increases are not considered breaking changes and can happen in patch releases.

The crate MSRV accounts for all supported targets and crate feature combinations, excluding explicitly unstable features.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.