☰
heapfile
0.1.0
All Items
Structs
?
Crate
heapfile
source
·
[
−
]
Expand description
An implementation of in-memory files, backed by heap memory, i.e.,
Vec
s.
Structs
HeapFile
A file in memory that is backed by the heap, i.e., a
Vec
.