Skip to content

shadawck/cargo-basic-template

Repository files navigation

{{project-name}}

Overview

A brief description of the project !

Documentation

{% if crate_type == "bin" %}

Installation

Using cargo :

cargo install {{project-name}}

or from source :

cargo install --git https://github.com/{{gituser}}/{{project-name}}

{% endif %}

Example

First, add the dependency to your cargo.toml:

[dependencies]
{{crate_name}} = "0.1.0"

Add first example here !

More example

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A basic template for rust crates. Use this template with "cargo generate".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages