Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.5 KB

RustOps Blueprint

A GitHub repository template for a polished Rust development experience.

CI status


Usage

TBD

Installation

Building from Source

After installing Rust, to build the binary and install it on your system under the ~/.cargo/bin/ directory, run the following command:

cargo install --locked --git https://github.com/EarthmanMuons/rustops-blueprint/ mybin

License

RustOps Blueprint is distributed under the terms of both the Apache License (Version 2.0) and the MIT License.

See LICENSE-APACHE and LICENSE-MIT for details.

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.

If you would like to contribute to the project, please read our guide for contributors.