[][src]Module librapidarchive::fs

Abstraction layer for platform-specific behaviors rapidtar needs.

Re-exports

pub use crate::fs::windows::*;

Modules

portable

Cross-platform implementations of fs methods that don't do anything special. Fallback intended for use when a platform does not provide enhanced functionality.

windows

Windows-specific implementations of fs methods.