- Improvements to loopback device mounting support
Mount::builder
is now the preferred way to configure mount optionsMount::new
has been simplified to accept only a source and dest target- Which will attempt to automatically guess the filesystem type
- Applied all suggestions from clippy's pedantic lints
- Updated to Rust 2021 edition, with Rust 1.65.0 features
- Updated all dependencies
Add ability to mount any file that contains a filesystem
Add swapoff
and Mounts
to API
Fix ISO and squashfs mounting
Fix the crate examples
Fix source type parameter in Mount
Intiail release