localsnd 0.5.31

CLI implementation of localsend
Documentation
1
2
3
4
5
6
7
8
pub mod constants;
pub mod dto;

mod device;
mod route;

pub use device::{Device, DeviceType};
pub use route::ApiRoute;