Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.