Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.61 KB

File metadata and controls

36 lines (26 loc) · 1.61 KB

Fast template for developing a new Rust project

Crates.io Documentation MSRV 1.85 Apache 2.0 licensed Build Status

Use this repository as a GitHub template to quickly start a new Rust project.

Getting Started

  1. Create a new repository using this template;
  2. Clone your repository and run the bootstrap script: cargo x bootstrap;
  3. Cleanup the bootstrap scaffolding: cargo x bootstrap --cleanup;
  4. Start building your project!

Minimum Rust version policy

This crate's minimum supported rustc version is 1.85.0.

The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if crate 1.0 requires Rust 1.85.0, then crate 1.0.z for all values of z will also require Rust 1.85.0 or newer. However, crate 1.y for y > 0 may require a newer minimum version of Rust.

License

This project is licensed under Apache License, Version 2.0.