uds_rs/
lib.rs

1//! Refer to the module [uds] for all the documentation
2mod uds;
3
4pub use uds::*;