fast_ntfs 1.0.2

Forked a low-level NTFS filesystem library
Documentation
1
2
3
4
5
use std::io::Cursor;

pub fn testfs1() -> Cursor<Vec<u8>> {
    Cursor::new(include_bytes!("../../testdata/testfs1").to_vec())
}