1 2 3 4 5 6
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. #[cfg_attr(target_os = "linux", path = "linux/transport.rs")] #[cfg_attr(target_os = "windows", path = "win/transport.rs")] pub mod transport;