mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-06 06:31:31 +00:00
feat: idm v2 (#102)
* feat: rebuild idm to separate transport from content * feat: fast guest lookup table and host identification
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#[cfg(unix)]
|
||||
pub mod client;
|
||||
pub use crate::bus::idm as protocol;
|
||||
pub mod internal;
|
||||
pub mod serialize;
|
||||
pub mod transport;
|
||||
|
Reference in New Issue
Block a user