Skip to content

nirmangupta/rust-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-workspace

This repository contains template code for a new rust project.

Usage

  • To use this repository, clone it as a template.
  • Add a new binary or library either using cargo new or by manually creating a folder.
  • Add the name of the package to workspace's Cargo.toml under workspace.members.
    More details about cargo workspace at https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html

Notes

  • Important to replace the LICENSE as per project requirement.
  • Edit the README to show case project usage and features.
  • Basic CI pipeline using github actions can be found under /github/rust.yml.

Releases

No releases published

Packages

No packages published