fast_ntfs 1.0.2

Forked a low-level NTFS filesystem library
Documentation
1
2
3
4
5
6
7
mod error;
mod read;
mod seek;

pub use error::{Error, ErrorKind, Result};
pub use read::Read;
pub use seek::{Seek, SeekFrom};