distant_net/manager/
data.rs1pub type ManagerChannelId = u32;
2pub type ManagerAuthenticationId = u32;
3pub use semver::Version as SemVer;
4
5mod info;
6pub use info::*;
7
8mod list;
9pub use list::*;
10
11mod request;
12pub use request::*;
13
14mod response;
15pub use response::*;