Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michabirklbauer/rust_template
A template repository for formatting, linting, testing, and building Rust executables.
https://github.com/michabirklbauer/rust_template
rust template
Last synced: 4 days ago
JSON representation
A template repository for formatting, linting, testing, and building Rust executables.
- Host: GitHub
- URL: https://github.com/michabirklbauer/rust_template
- Owner: michabirklbauer
- License: mit
- Created: 2024-04-19T11:20:29.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-30T12:45:35.000Z (7 months ago)
- Last Synced: 2024-04-30T15:05:14.789Z (7 months ago)
- Topics: rust, template
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
![workflow_state_rust_ci](https://github.com/michabirklbauer/rust_template/workflows/Rust%20CI/badge.svg)
![workflow_state_rust_cd](https://github.com/michabirklbauer/rust_template/workflows/Rust%20CD/badge.svg)# Template Repository for Rust Executables
A template repository for formatting, linting, testing, and building Rust executables.
## Checklist
- Adjust this `README.md` according to your needs.
- Adjust `.gitattributes` according to your needs.
- Adjust `.gitignore` according to your needs.
- Replace copyright name in `LICENSE` or add your own license.
- Setup your `CITATION.cff` according to your needs [or delete file].
- Setup the `Cargo.toml` file according to your needs.
- Implement your Rust project! 😉## Known Issues
[List of known issues](https://github.com/michabirklbauer/rust_template/issues)
## Citing
If you are using PLACEHOLDER please cite:
```
Very important title
Important Author, and Another Important Author
Journal of Cool Stuff 2023 12 (3), 4567-4589
DOI: 12.3456/cool-stuff
```## License
- [MIT](https://github.com/michabirklbauer/rust_template/blob/master/LICENSE)
## Contact
- [[email protected]](mailto:[email protected])