Rust Starter ============ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/omarabid/rust-starter/blob/master/LICENSE) Rust Starter aims to provide high quality components to bootstrap your Rust CLI Project. It includes a battery of most used libraries; and defines a set of Rust best practices. * [Documentation]() * [Website]() * [Tutorial]() Table of Contents ================= * [About](#about) * [FAQ](#faq) * [Features](#features) * [Quick Bootstrapping](#quick-example) * [How to Contribute](#how-to-contribute) * [License](#license) ## Hwo to Contribute Details on how to contribute can be found in the [CONTRIBUTING.md](.github/CONTRIBUTING.md) file. ### Rust Starter stricltly adheres to the [SemVer](https://semver.org/) Semantic Versioning. ## License `rust-starter` is licensed under the MIT license. Please read the [LICENSE](LICENSE) file in this repository for more information.