Skip to content
/ rusty_boilerplate Public template

Template repository for library crate, including useful GitHub Actions workflows.

License

Notifications You must be signed in to change notification settings

ikanago/rusty_boilerplate

Repository files navigation

rusty_boilerplate

CI Build Docker image License: MIT

This is a template repository for cargo project. This includes

  • Minimal cargo project
  • Dockerfile utilizing multi-stage build powered by cargo-chef
  • CI workflows to lint, test and build-push image.

How to use

  1. Follow instructions here to create repository: Creating a repository from a template
  2. Replace all strings rusty_boilerplate in this repository with your new project name.
  3. If you want to publish Docker image, disable comment-out push: ${{ github.ref == 'refs/heads/main' }} in .github/workflows/build_image.yml. And remove push: false in the file.

About

Template repository for library crate, including useful GitHub Actions workflows.

Topics

Resources

License

Stars

Watchers

Forks