driverkit 0.14.0

A driver framework defining standard types and interfaces for writing device drivers.
Documentation
1
2
3
4
5
6
extern crate driverkit;

pub fn main() {
    //let driver = driverkit::linux::PciDriver::new(0, 0, 0);
    //println!("{:?}", driver);
}