cargo-llvm-cov. Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
1.4kcargo-hack. Cargo subcommand to provide various options useful for testing and continuous integration.
847pin-project. A crate for safe and ergonomic pin-projection.
715install-action. GitHub Action for installing development tools (mainly from GitHub Releases).
516auto_enums. A library for to allow multiple return types by automatically generated enum.
382upload-rust-binary-action. GitHub Action for building and uploading Rust binary to GitHub Releases.
319pin-project-lite. A lightweight version of pin-project written with declarative macros.
278portable-atomic. Portable atomic types including support for 128-bit atomics, atomic float, etc.
239futures-async-stream. Async stream for Rust and the futures crate.
192create-gh-release-action. GitHub Action for creating GitHub Releases based on changelog.
95easy-ext. A lightweight attribute macro for easily writing extension trait pattern.
88cargo-minimal-versions. Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.
74parse-changelog. Simple changelog parser, written in Rust.
66setup-cross-toolchain-action. GitHub Action for setup toolchains for cross compilation and cross testing for Rust.
60checkout-action. GitHub Action for checking out a repository. (Simplified actions/checkout alternative that does not depend on Node.js.)
55atomic-memcpy. Byte-wise atomic memcpy.
46replace-await. Migration tool for replacing await! macro with await syntax.
40derive_utils. A procedural macro helper for easily writing custom derives for enums.
38const_fn. A lightweight attribute for easy generation of const functions with conditional compilations.
32atomic-maybe-uninit. Atomic operations on potentially uninitialized integers.
32syn-serde. Library to serialize and deserialize Syn syntax trees.
28semihosting. Semihosting for AArch64, ARM, RISC-V, LoongArch, MIPS, and Xtensa.
24rust-cross-toolchain. Toolchains for cross compilation and cross testing for Rust.
22cargo-config2. Load and resolve Cargo configuration.
21futures-enum. #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.
18cargo-no-dev-deps. [DEPRECATED] Cargo subcommand for running cargo without dev-dependencies.
17iter-enum. #[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, FusedIterator, Extend)] for enums.
15coverage-helper. [DEPRECATED] Helper for https://github.com/taiki-e/cargo-llvm-cov/issues/123.
11