5 lines
77 B
Rust
5 lines
77 B
Rust
//! Interface to `pcid`.
|
|
|
|
mod driver_interface;
|
|
pub use driver_interface::*;
|