This is your work, valued
abi_stable_crates. Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.
597const_format_crates. Compile-time string formatting
276konst. Const equivalents of std functions, compile-time comparison, and parsing.
123tstr_crates. Type-level strings
19core_extensions. extensions to core/std library types.
14typewit. type-witness-based abstractions, used for emulating polymorphism in const fns
14structural_crates. field accessor traits,and emulation of structural types
13const_panic. const panic with formatting
12constmuck. Const equivalents of many bytemuck functions
12type_level. Libraries for declaring and using type-level values.
11const_base. For decoding/encoding base 64/32/16 strings at compile-time.
7break_array. For breaking array indexing(works on Rust 1.41.0).
6multindex. Index slices with multiple const indices/ranges
5zeroable_crates. Provides a derive for `bytemuck::Zeroable`
5multiconst. Destructure an expression into multiple constants
3repr_offset_crates. Offsets of fields for types with a stable layout
3arrcat. Array concatenation
3notzero. macro for constructing `std::num::NonZero*` from constants
3assert_cfg. static assertions for crate features, with descriptive errors
2nlist. inline-allocated list with statically tracked length
2typewit_gce. For coercing between equal types with const-generic arguments
2duplicated_docs_issue. Demonstrates a rustdoc bug where a reexport of a type copies the reexport's docs to the inherent impls.
1