Misc rust projects for the desktop and ESP32, licensed under MIT.
Find a file
kelson8 fdfac625e8 Setup struct_test.rs file for testing structs
Add Rust-Crates.md

* This file will contain a list of useful Rust crates that I may use later on.
2026-07-13 01:24:51 -04:00
.idea Make esp32_test turn red led on for power 2026-07-10 20:13:03 -04:00
Dev Setup struct_test.rs file for testing structs 2026-07-13 01:24:51 -04:00
esp32_test Cleanup SSD1306 oled code a bit 2026-07-12 19:23:40 -04:00
.gitignore Update messages.rs, update system_info.rs with new os info 2026-07-10 11:41:06 -04:00
LICENSE Add esp32 testing, fix LICENSE and update readme 2026-07-10 18:52:28 -04:00
Readme.md Add esp32 testing, fix LICENSE and update readme 2026-07-10 18:52:28 -04:00
Rust-Crates.md Setup struct_test.rs file for testing structs 2026-07-13 01:24:51 -04:00

Kelsoncraft-Rust Projects

This is a list of random and misc projects that I am working on with rust, some of these came from the Rust documentation or other packages.

The Dev folder contains some of my dev testing.

I have some ESP32 testing in the esp32_test folder which I have now gotten to work by blinking an LED.

I am quite new to rust so a lot of this stuff is based off of the examples or some crates that I find to use.

Guide used for ESP32 setup

I used this guide for setting up the ESP32 testing project

Here is a guide for using the SSD1306 screen that I have for the ESP32

License

This list of projects are licensed under the MIT license.