Crate heapfile

source ·
Expand description

An implementation of in-memory files, backed by heap memory, i.e., Vecs.

Structs

  • A file in memory that is backed by the heap, i.e., a Vec.