This is your work, valued

rodrimati1992

Advanced
@rodrimati1992

abi_stable_crates. Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.

597

const_format_crates. Compile-time string formatting

276

konst. Const equivalents of std functions, compile-time comparison, and parsing.

123

tstr_crates. Type-level strings

19

core_extensions. extensions to core/std library types.

14

typewit. type-witness-based abstractions, used for emulating polymorphism in const fns

14

structural_crates. field accessor traits,and emulation of structural types

13

const_panic. const panic with formatting

12

constmuck. Const equivalents of many bytemuck functions

12

type_level. Libraries for declaring and using type-level values.

11

const_base. For decoding/encoding base 64/32/16 strings at compile-time.

7

break_array. For breaking array indexing(works on Rust 1.41.0).

6

multindex. Index slices with multiple const indices/ranges

5

zeroable_crates. Provides a derive for `bytemuck::Zeroable`

5

multiconst. Destructure an expression into multiple constants

3

repr_offset_crates. Offsets of fields for types with a stable layout

3

arrcat. Array concatenation

3

notzero. macro for constructing `std::num::NonZero*` from constants

3

assert_cfg. static assertions for crate features, with descriptive errors

2

nlist. inline-allocated list with statically tracked length

2

typewit_gce. For coercing between equal types with const-generic arguments

2

duplicated_docs_issue. Demonstrates a rustdoc bug where a reexport of a type copies the reexport's docs to the inherent impls.

1