template for Rust projects
To use this template for libraries, run the following command:
cargo init --lib
To use this template for binaries, run the following command:
cargo init
This work is licensed under the MIT or Apache 2.0 license.
SPDX-License-Identifier: MIT OR Apache-2.0