Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natir/copier-rust
Rust copier template
https://github.com/natir/copier-rust
Last synced: about 1 month ago
JSON representation
Rust copier template
- Host: GitHub
- URL: https://github.com/natir/copier-rust
- Owner: natir
- Created: 2022-08-03T10:52:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T15:34:29.000Z (5 months ago)
- Last Synced: 2024-10-14T03:07:18.921Z (2 months ago)
- Language: Jinja
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
My Rust Copier Template
This repository contains my rust copier template, copier is a project templating tool, I use this repository for my rust projects, it contains a cli mode and a lib mode.
## Requirements
- [copier](https://copier.readthedocs.io/en/stable/)
- git## Usage
```bash
copier copy gh:natir/copier-rust {project_name}
```Answer question and start code !
I recommend to fork this repository or just copy the project to adapt it to your needs.
## Dependency
Lib mode (7/47 no-dev/dev dependencies in total):
- thiserror = "1"
- log = "0.4"
- criterion = "0.3" (dev)
- stderrlog = "0.4" (dev)Bin mode (32/46 no-dev/dev dependencies in total):
- clap = "3"
- anyhow = "1"
- stderrlog = "0.4"## Version
This project **try** to follow [Semantic Versioning 2](https://semver.org/)