-
checkout-action Public
GitHub Action for checking out a repository. (Simplified actions/checkout alternative that does not depend on Node.js.)
-
-
install-action Public
GitHub Action for installing development tools (mainly from GitHub Releases).
-
target-spec-json Public
Structured access to rustc --print target-spec-json and --print all-target-specs-json.
-
setup-cross-toolchain-action Public
GitHub Action for setup toolchains for cross compilation and cross testing for Rust.
-
cargo-llvm-cov Public
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
-
cargo-hack Public
Cargo subcommand to provide various options useful for testing and continuous integration.
-
cargo-no-dev-deps Public
Cargo subcommand for running cargo without dev-dependencies.
-
cargo-minimal-versions Public
Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.
-
cross-platform-actions-action Public
Forked from cross-platform-actions/actionCross-platform GitHub action
TypeScript MIT License UpdatedDec 14, 2025 -
cache-cargo-install-action Public
GitHub Action for `cargo install` with cache.
-
-
-
-
-
parse-dockerfile Public
Dockerfile parser, written in Rust.
-
parse-changelog Public
Simple changelog parser, written in Rust.
-
futures-async-stream Public
Async stream for Rust and the futures crate.
-
rust-cross-toolchain Public
Toolchains for cross compilation and cross testing for Rust.
-
syn-serde Public
Library to serialize and deserialize Syn syntax trees.
-
syn-mid Public
Providing the features between "full" and "derive" of syn.
-
pin-project Public
A crate for safe and ergonomic pin-projection.
-
pin-project-lite Public
A lightweight version of pin-project written with declarative macros.
-
upload-rust-binary-action Public
GitHub Action for building and uploading Rust binary to GitHub Releases.
-
create-gh-release-action Public
GitHub Action for creating GitHub Releases based on changelog.
-
assert-unmoved Public
A type that asserts that the underlying type is not moved after being pinned and mutably accessed.
-
auto_enums Public
A library for to allow multiple return types by automatically generated enum.
-
build-context Public
Make build environment/target information available as constants in normal libraries and binaries.
-
cargo-config2 Public
Load and resolve Cargo configuration.
-
const_fn Public
A lightweight attribute for easy generation of const functions with conditional compilations.