Crate kdevice[−][src]
Expand description
Device driver model and file systems.
Modules
| block | Block device driver. |
| cache | Efficient cache layer based on LRU and hash map. |
| fat | File system drivers. |
| log | Log layer supporting transaction operations on blocks. |
| pipe | The pipe device. |
| root | The root file system. |
Macros
| cache_impl | Macro to automatically inject implementations. |
| from_bytes | Convert slice to uint. |