Skip to content

A repo where I try get up and running in Rust in an embedded environment

Notifications You must be signed in to change notification settings

Katsie011/learning-embedded-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Metal

This repo is a brief forray into learning how to get rust working in an embedded environment on bare metal.

While C and C++ are relatively easy and common on embedded devices, the benefits of rust are pretty clear, especially when we start thinking about environments where safety is critical. Rust might not be the best tool for the job, but it's definitely shaping up to be something that solves many of the issues of C. Yes, it's a little unsafe to use rust like this... but we do it with C anyways so let's see if it gives us any benefit.

Anyways, I'll fill this out properly when I have more value to add. Cheers for now!

About

A repo where I try get up and running in Rust in an embedded environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published