Pinned Repositories
BaMiRuFFI
Bare Minimum Rust Foreign Function Interface for C
cute-copter
ebyte-e32-rs
Platform-agnostic Rust driver for EBYTE E32 LoRa Modules
ebyte-e32-ui
Ebyte E32 Command Line Interface + Minimal Graphical User Interface
g4-dual-bank-example
mpu6050-dmp-rs
Platform-independent I2C driver for MPU6050. Supports DMP usage. Fork of drogue-mpu-6050 which uses only embedded-hal traits (no dependency on embedded-time or drogue-embedded-timer).
pils
Super simple lisp interpreter inspired by buildyourownlisp.com, in Rust.
raPID
flight controller running on ARM Cortex M4
ronfmt
CLI tool to format RON files. Rescued from deleted github repo https://github.com/ristarg/ronfmt, with minor maintenance fixes
trk
Make time sheets with git integration.
barafael's Repositories
barafael/mpu6050-dmp-rs
Platform-independent I2C driver for MPU6050. Supports DMP usage. Fork of drogue-mpu-6050 which uses only embedded-hal traits (no dependency on embedded-time or drogue-embedded-timer).
barafael/as5600-rs
Rust Embedded HAL driver for the AS5600 contactless 12-bit digital potentiometer
barafael/deutsche-bahn-delay-reasons
Get some reasons why your Deutsche Bahn train is late. Supports random reason generation.
barafael/markdown-tools
Extract snippets from text files and collect them to a json file.
barafael/bitbang-hal
Implements embedded-hal traits by bitbanging
barafael/humanophone
Broadcast chords among peers and make them sing
barafael/postcard-in-wasm
Example of how to use postcard within WASM to create JS objects from bytes and create bytes from JS objects. You can use this to make Rust and JS talk via postcard binary format.
barafael/protohackers
barafael/scurrying-beetle
barafael/tracker
barafael/bevy_snake
Clone of the snake game, with Bevy (0.14.0)
barafael/bno080
Hillcrest Laboratories / Bosch Sensortec BNO080 driver for rust embedded-hal
barafael/cucumber
Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
barafael/dashmap
Blazing fast concurrent HashMap for Rust.
barafael/egui_tracing
Integrates tracing and logging with egui for event collection/visualization
barafael/fooball-game
barafael/halreslib
barafael/hello-pi
barafael/inkyframe_gallery
barafael/intro-course
barafael/marp-theme-rhea
A MARP theme based on gaia
barafael/nats.rs
Rust client for NATS, the cloud native messaging system.
barafael/njet-stream
barafael/postcard
A no_std + serde compatible message library for Rust
barafael/rust-knowledge-graph
An experimental cargo workspace which arranges dependencies such that each package is a Rust learning topic which lists its prerequisites in its Cargo.toml. Each package includes Rust documentation, unit tests, and doc tests about its subject.
barafael/serde-jsonlines
Read & write JSON Lines documents
barafael/slint
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
barafael/tauri-game-client
barafael/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
barafael/wtransport
Async-friendly WebTransport implementation in Rust