takobull 0.2.2

Ultra-lightweight personal AI Assistant for embedded systems - Rust port
Documentation
1
2
3
4
5
//! Device management for hardware interfaces

pub mod manager;

pub use manager::DeviceManager;