loopdev: add module doc

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter 2020-10-07 13:53:04 +02:00 committed by Dietmar Maurer
parent fcad02e1de
commit 4ec17f7eb5

View File

@ -1,3 +1,5 @@
//! Helpers to work with /dev/loop* devices
use anyhow::Error; use anyhow::Error;
use std::fs::{File, OpenOptions}; use std::fs::{File, OpenOptions};
use std::path::Path; use std::path::Path;