Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T11:07:04.000Z (8 months ago)
- Last Synced: 2024-03-29T12:25:04.831Z (8 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
[![Build Status](https://github.com/zarthus/TODOPROJNAME/actions/workflows/rust.yml/badge.svg)](https://github.com/zarthus/TODOPROJNAME/actions)
[![Docs.rs](https://docs.rs/TODOPROJNAME/badge.svg)](https://docs.rs/TODOPROJNAME/latest/)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](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.