no-std topic

List no-std repositories

cassette

79
Stars
2
Forks
Watchers

A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly.

staticvec

267
Stars
20
Forks
Watchers

Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.

bitsvec

37
Stars
4
Forks
Watchers

A bit vector with the Rust standard library's portable SIMD API.

ads1x1x-rs

31
Stars
9
Forks
Watchers

Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115

driver-examples

87
Stars
8
Forks
Watchers

Rust example programs for many of my hardware device drivers running on STM32F3 Discovery, STM32F103 "Blue Pill", RaspberryPi and micro:bit boards

eeprom24x-rs

32
Stars
14
Forks
Watchers

Platform agnostic Rust driver for 24x series serial EEPROM devices using embedded-hal

blisp

187
Stars
10
Forks
Watchers

A statically typed Lisp like scripting programming language for Rust.

bitmatch

107
Stars
4
Forks
Watchers

A Rust crate that allows you to match, bind, and pack the individual bits of integers.

bme280-rs

59
Stars
74
Forks
Watchers

A platform agnostic Rust driver for the Bosch BM[PE]-280

serde

8.7k
Stars
741
Forks
Watchers

Serialization framework for Rust