/project-list

A list of projects I'd like to see (and may one day work on if nothing else fills the void.

Project List

This is a list of projects I'd like to see exist, they're likely here because I don't have the time or inclination to work on them in the hopes that someone else picks them up.

If you do decide to do something on this list please let me know I'd be very interested (and semi-surprised anyone looked at this).

Project Name Description Resources Status
Async-API Doc Generation Generate documentation from AsyncAPI definitions. Similar to utoipa but will let me document websocket APIs and host a /docs endpoint AsyncAPI, [utoipa](htt ps://crates.io/crates/utoipa) I've started contributing to here to move this along a bit
tonic-mock Library like grpcmock for tonic, handles when the real services are too heavy to run on CI and there's a lot of leaf services grpcmock
seeed studio mini lidar driver Made with device-driver most likely, a driver for a lidar I have lying around TF Mini LiDAR device-driver
stm32f69I Discovery drivers I have this neat dev board with a few peripherals (touch screen, audio stuff etc) and a nead "DMA2D" for image DMA. It would be cool if there was good touchscreen and DMA2D driver libraries so I can just integrate stuff and play around with it without having to do all that work myself first STM32F69I Discovery
A good HMM Library There's very limited HMM libraries in Rust. Things like left-to-right models vs ergodic, different emissions spectrum, different training methods. There's not really much in the world as powerful as htk htk