loopdev: add module doc
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
fcad02e1de
commit
4ec17f7eb5
@ -1,3 +1,5 @@
|
||||
//! Helpers to work with /dev/loop* devices
|
||||
|
||||
use anyhow::Error;
|
||||
use std::fs::{File, OpenOptions};
|
||||
use std::path::Path;
|
||||
|
Loading…
Reference in New Issue
Block a user