Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actions-rs/awesome-rust-actions
Curated list of awesome Actions for Rust programming language
https://github.com/actions-rs/awesome-rust-actions
List: awesome-rust-actions
actions awesome awesome-list github-actions rust rust-lang
Last synced: 3 months ago
JSON representation
Curated list of awesome Actions for Rust programming language
- Host: GitHub
- URL: https://github.com/actions-rs/awesome-rust-actions
- Owner: actions-rs
- License: cc0-1.0
- Archived: true
- Created: 2020-04-05T14:00:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T20:04:17.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T07:19:42.804Z (8 months ago)
- Topics: actions, awesome, awesome-list, github-actions, rust, rust-lang
- Size: 13.7 KB
- Stars: 100
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Awesome Rust Actions
> A curated list of awesome GitHub Actions for Rust programming language ecosystem
## Contents
- [Installation](#installation)
- [Ecosystem](#ecosystem)
- [Dependency Management](#dependency-management)## Installation
- [actions-rs/toolchain](https://github.com/marketplace/actions/rust-toolchain) - Install Rust toolchain with support for targets, components and profiles ![GitHub stars](https://img.shields.io/github/stars/actions-rs/toolchain?style=social)
- [hecrj/setup-rust-action](https://github.com/marketplace/actions/set-up-a-rust-toolchain) - Sets up a specific Rust toolchain for use in your GitHub Actions workflows ![GitHub stars](https://img.shields.io/github/stars/hecrj/setup-rust-action?style=social)
- [icepuma/rust-action](https://github.com/marketplace/actions/rust-action) - 'Silverbullet' for a quickstart Rust CI ![GitHub stars](https://img.shields.io/github/stars/icepuma/rust-action?style=social)
- [davidgraeff/rust-musl-action](https://github.com/marketplace/actions/rust-musl-builder-slim) - Action provides an environment with stable Rust 1.37, MUSL and x86_64-unknown-linux-musl target ![GitHub stars](https://img.shields.io/github/stars/davidgraeff/rust-musl-action?style=social)
- [jetli/wasm-pack-action](https://github.com/jetli/wasm-pack-action) - Install wasm-pack by downloading the executable (much faster than cargo install wasm-pack, seconds vs minutes) ![GitHub stars](https://img.shields.io/github/stars/jetli/wasm-pack-action?style=social)## Ecosystem
Various Actions helping to use all these amazing Rust crates
## Dependency Management
- [orf/cargo-bloat-action](https://github.com/marketplace/actions/cargo-bloat) - Analyse and track your Rust project binary size over time ![GitHub stars](https://img.shields.io/github/stars/orf/cargo-bloat-action?style=social)
### mdBook
- [XAMPPRocky/deploy-mdbook](https://github.com/XAMPPRocky/deploy-mdbook) - easily build and deploy your mdBook project to GitHub Pages ![GitHub stars](https://img.shields.io/github/stars/XAMPPRocky/deploy-mdbook?style=social)
- [ryankurte/action-mdbook](https://github.com/marketplace/actions/rust-mdbook) - build rust mdbook outputs ![GitHub stars](https://img.shields.io/github/stars/ryankurte/action-mdbook?style=social)## License
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)
To the extent possible under law, authors and contributors has waived all copyright and
related or neighboring rights to this work.