An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/gnosis/rust-template.svg?branch=main)](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 template

Feel free to suggest other things that should be included by default or make changes to existing defaults.