This repository is a template for kickstarting a new Rust project.
To get started with this template, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/rust-template.git cd rust-template
-
Install Rust: If you haven't installed Rust yet, follow the instructions on rust-lang.org.
-
Build the project:
make build
-
Run the project:
make run
src/
: Contains the source code for the Rust project.Cargo.toml
: Contains the metadata and dependencies for the Rust project.Makefile
: Contains shortcuts for building and running the project.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
This project uses GitHub Actions for continuous integration. The workflow is defined in the .github/workflows/ci.yml
file. It runs the tests and builds the project on every push and pull request.
To view the status of the latest workflow runs, visit the Actions tab in the repository.