1 2 3 4 5
use std::io::Cursor; pub fn testfs1() -> Cursor<Vec<u8>> { Cursor::new(include_bytes!("../../testdata/testfs1").to_vec()) }