1 2 3 4 5 6 7
mod client { include!(concat!(env!("OUT_DIR"), "/client_std.rs")); } mod client_impl; pub use client::*; use client_impl::ClientImpl;