-
buck2-rustc-bootstrap Public
Compile Rust compiler using Buck2
-
cxx Public
Safe interop between Rust and C++
-
rust Public
Forked from rust-lang/rustA work-in-progress programming language; not yet suitable for users
-
syn Public
Parser for Rust source code
-
bootstrap Public
Bootstrapping rustc from source
-
rust-toolchain Public
Concise GitHub Action for installing a Rust toolchain
-
install Public
Fast `cargo install` action using a GitHub-based binary cache and attestations
-
serde-untagged Public
Serde Visitor for deserializing untagged enums
-
erased-serde Public
Type-erased Serialize, Serializer and Deserializer traits
-
path-to-error Public
Find out path at which a deserialization error occurred
-
oqueue Public
Non-interleaving multithreaded output queue
-
-
trybuild Public
Test harness for ui tests of compiler diagnostics
-
-
-
quote Public
Rust quasi-quoting
-
linkme Public
Safe cross-platform linker shenanigans
-
ref-cast Public
Safely cast &T to &U where the struct U contains a single field of type T.
-
-
inventory Public
Typed distributed plugin registration
-
proc-macro-workshop Public
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
-
faketty Public
Wrapper to exec a command in a pty, even if redirecting the output
-
thiserror Public
derive(Error) for struct and enum error types
-
anyhow Public
Flexible concrete Error type built on std::error::Error
-
unicode-ident Public
Determine whether characters have the XID_Start or XID_Continue properties
-
cargo-docs-rs Public
Imitate the documentation build that docs.rs would do
-
argv Public
Non-allocating iterator over command line arguments
-
-
-
cargo-expand Public
Subcommand to show result of macro expansion