Skip to content

Generic embedded Rust project template

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

thecodechemist99/rust-embedded-template

Repository files navigation

Generic embedded Rust project template

This is a basic starting point for embedded rust applications.

Toolchain Setup

Depending on your target platform, you might need to set up the required toolchain first. How to do this is not covered here.

Create your Project

You can create a project from this template with cargo-generate:

# if not yet installed
cargo install cargo-generate

# create from template
cargo generate --git https://github.com/thecodechemist99/rust-embedded-template

Sources

This project is partially based upon:

About

Generic embedded Rust project template

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published