takobull 0.2.2

Ultra-lightweight personal AI Assistant for embedded systems - Rust port
Documentation
1
2
3
4
5
6
7
//! Channel integrations for TakoBull

pub mod framework;
pub mod manager;

pub use framework::Channel;
pub use manager::ChannelManager;