https://github.com/gnosis/rust-template
Scaffolding repo for new rust projects.
https://github.com/gnosis/rust-template
Last synced: 18 days ago
JSON representation
Scaffolding repo for new rust projects.
- Host: GitHub
- URL: https://github.com/gnosis/rust-template
- Owner: gnosis
- Created: 2020-11-20T15:42:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T16:10:48.000Z (almost 5 years ago)
- Last Synced: 2025-09-20T10:56:06.054Z (18 days ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/gnosis/rust-template)
# Rust Template Repo
Scaffolding repo for new rust projects. It contains:
- Basic Travis file enforcing cargo clippy, fmt and unit tests (with advanced caching config)
- Basic Dockerfile for creating a minimal musl binary
- Mergify config and PR templateFeel free to suggest other things that should be included by default or make changes to existing defaults.