kbknapp / rust-cli-template

A personal template for CLI projects in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{{project-name}}

Rust Version crates.io Documentation Dependency Status

@TODO: about

Table of Contents

The Pitch

@TODO: pitch

The Anit-Pitch

@TODO: anti-pitch

Installation

{{crate_name}} is a single binary that must be placed somewhere in your $PATH. One can either download 64-bit Linux binaries from the Release Page or one can also compile from source.

Compile from Source

Ensure you have a Rust toolchain installed. Some of the dependencies also require gcc to be installed.

$ git clone https://github.com/kbknapp/{{project-name}}
$ cd {{project-name}}
$ cargo build --release
$ sudo cp target/release/{{crate_name}} /usr/local/bin/

Usage

Command Line Interface

@TODO: cli usage

License

This crate is 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 personal template for CLI projects in Rust

License:Other


Languages

Language:Rust 100.0%