chore: sync konduit-platform v0.1.0-beta.3

This commit is contained in:
E. Kaparulin
2026-06-19 10:41:56 +03:00
parent b1afe43ef0
commit 9eb9b39f77
5 changed files with 503 additions and 99 deletions

View File

@@ -7,3 +7,8 @@ pub use linux::RouteManager;
mod macos;
#[cfg(target_os = "macos")]
pub use macos::MacOsNetManager;
#[cfg(target_os = "windows")]
mod windows;
#[cfg(target_os = "windows")]
pub use windows::RouteManager;