distant-net 0.20.0

Network library for distant, providing implementations to support client/server architecture
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub type ManagerChannelId = u32;
pub type ManagerAuthenticationId = u32;
pub use semver::Version as SemVer;

mod info;
pub use info::*;

mod list;
pub use list::*;

mod request;
pub use request::*;

mod response;
pub use response::*;