Expand description

A VFileBuilder that cache in memory the content of an other VFileBuilder.

Structs

MemoryVFile implement VFile Read + Seek trait for a Vec<u8>.

Implement a VFileBuilder that cache in memory the content of an other VFileBuilder.