Skip to content
/ rust-starter Public template

A starter template with necesessary tools to kikstart a rust project

Notifications You must be signed in to change notification settings

estebanarriaga/rust-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Template Project

This repository is a template for kickstarting a new Rust project.

Getting Started

To get started with this template, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/rust-template.git
    cd rust-template
  2. Install Rust: If you haven't installed Rust yet, follow the instructions on rust-lang.org.

  3. Build the project:

    make build
  4. Run the project:

    make run

Project Structure

  • 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.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Github Actions

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.

About

A starter template with necesessary tools to kikstart a rust project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published