https://github.com/zarthus/rust.template
Template repository for new rust projects. Mass replace "TODOPROJNAME" with project name (snake case preferred) + replace "zarthus" with your own/organization name, go over pending TODOs, ready!
https://github.com/zarthus/rust.template
rust-template rust-templates
Last synced: 9 months ago
JSON representation
Template repository for new rust projects. Mass replace "TODOPROJNAME" with project name (snake case preferred) + replace "zarthus" with your own/organization name, go over pending TODOs, ready!
- Host: GitHub
- URL: https://github.com/zarthus/rust.template
- Owner: Zarthus
- License: apache-2.0
- Created: 2023-12-20T18:31:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T11:07:04.000Z (about 2 years ago)
- Last Synced: 2025-09-30T15:47:00.009Z (9 months ago)
- Topics: rust-template, rust-templates
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Security: SECURITY.md
Awesome Lists containing this project
README
# TODOPROJNAME
[](https://github.com/zarthus/TODOPROJNAME/actions)
[](https://docs.rs/TODOPROJNAME/latest/)
[](README#license)
TODO
## Installation
Add as a dependency:
- `cargo add TODOPROJNAME`
Install as software:
- `cargo install TODOPROJNAME`
## Examples
```rust
fn main() { // TODO
println!("Hello, world!");
}
```
For more examples, see the [examples](examples) directory.
## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
## License
Licensed under the following licenses at your option:
- Apache License, Version 2.0 <[LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0>
- MIT license <[LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT>
Files in the project may not be copied, modified, or distributed except according to those terms.