kanamaru 0.1.0

Build typed Tauri plugins with the power of Protobuf Buffers
Documentation
1
2
3
4
5
pub mod cancel_token_listener;
pub mod event_listener_stream;

pub use cancel_token_listener::CancellationTokenListener;
pub use event_listener_stream::EventListnerStream;