-
star-history Public
Graph history of GitHub stars of a user or repo over time
-
watt Public
Runtime for executing procedural macros as WebAssembly
-
indoc Public
Indented document literals for Rust
-
rust-quiz Public
Medium to hard Rust questions with explanations
-
include-json Public
Parse JSON file at compile time and embed as serde_json::Value
-
serde-ignored Public
Find out about keys that are ignored when deserializing data
-
no-panic Public
Attribute macro to require that the compiler prove a function can't ever panic
-
inherent Public
Make trait methods callable without the trait in scope
-
async-trait Public
Type erasure for async trait methods
-
readonly Public
Struct fields that are made read-only accessible to other modules
-
remain Public
Compile-time checks that an enum or match is written in sorted order
-
automod Public
Pull in every source file in a directory as a module
-
macro-string Public
Eager evaluation of macros like `concat!` and `env!`
-
miniserde Public
Data structure serialization library with several opposite design goals from Serde
-
prettyplease Public
A minimal `syn` syntax tree pretty-printer
-
serde-repr Public
Serialize and deserialize C-like enum as underlying repr
-
-
dtoa Public
Fast functions for printing floating-point primitives to a decimal string
-
itoa Public
Fast function for printing integer primitives to a decimal string
-
ryu Public
Fast floating point to string conversion
-
monostate Public
Type that deserializes only from one specific value
-
typetag Public
Serde serializable and deserializable trait objects
-
reflect Public
Compile-time reflection API for developing robust procedural macros (proof of concept)
-
cargo-llvm-lines Public
Count lines of LLVM IR per generic function
-
-
clang-ast Public
Deserialization logic for efficiently processing Clang's `-ast-dump=json` format
-
serde Public
Forked from serde-rs/serdeSerialization framework for Rust
-
get-all-crates Public
Download .crate files of all versions of all crates from crates.io
-
rustversion Public
Conditional compilation according to rustc compiler version
-
seq-macro Public
Macro to repeat sequentially indexed copies of a fragment of code