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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODOPROJNAME

Build Status Docs.rs License

TODO

Installation

Add as a dependency:

  • cargo add TODOPROJNAME

Install as software:

  • cargo install TODOPROJNAME

Examples

fn main() { // TODO
    println!("Hello, world!");
}

For more examples, see the 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:

Files in the project may not be copied, modified, or distributed except according to those terms.

About

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!

License:Apache License 2.0


Languages

Language:Rust 100.0%