TODO
Add as a dependency:
cargo add TODOPROJNAME
Install as software:
cargo install TODOPROJNAME
fn main() { // TODO
println!("Hello, world!");
}
For more examples, see the examples directory.
Contributions are welcome! Feel free to open an issue or submit a pull request.
Licensed under the following licenses at your option:
- Apache License, Version 2.0 <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>
- MIT license <LICENSE-MIT or https://opensource.org/licenses/MIT>
Files in the project may not be copied, modified, or distributed except according to those terms.