You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distant/distant-core-net/src/manager/data.rs

16 lines
234 B
Rust

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::*;