compio-driver 0.12.0-rc.1

Low-level driver for compio
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug)]
pub(in crate::sys) struct Extra {}
pub(in crate::sys) use Extra as StubExtra;

impl Extra {
    pub fn new() -> Self {
        Self {}
    }
}