https://github.com/42bytelabs/rust-tooling
Cargo / Rust Actions
https://github.com/42bytelabs/rust-tooling
Last synced: 4 months ago
JSON representation
Cargo / Rust Actions
- Host: GitHub
- URL: https://github.com/42bytelabs/rust-tooling
- Owner: 42ByteLabs
- License: mit
- Created: 2024-05-29T22:00:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-21T19:50:58.000Z (11 months ago)
- Last Synced: 2025-07-21T21:38:26.416Z (11 months ago)
- Language: Rust
- Size: 295 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Rust Tooling
[][github]
[][github]
[][github-issues]
[][license]
The [Rust-Tooling][github] project is a collection of tools that can be used to help with the development of [Rust][rust-lang] projects in GitHub Actions.
## ✨ Features
### 🚀 Publishing
```yaml
- name: Publish to Crates.io
uses: 42ByteLabs/rust-tooling/publish@v0.1.6
with:
token: ${{ secrets.CARGO_PUBLISH_TOKEN }}
```
## 🧑🤝🧑 Maintainers / Contributors
## 🦸 Support
Please create [GitHub Issues][github-issues] if there are bugs or feature requests.
This project uses [Semantic Versioning (v2)][semver] and with major releases, breaking changes will occur.
## 📓 License
This project is licensed under the terms of the MIT open source license.
Please refer to [MIT][license] for the full terms.
[license]: ./LICENSE
[github]: https://github.com/42ByteLabs/rust-tooling
[github-issues]: https://github.com/42ByteLabs/rust-tooling/issues
[rust-lang]: https://www.rust-lang.org/
[semver]: https://semver.org/