persistence 0.0.0

A resizable, mutable array type implemented on top of mmap, providing persistence for arrays of data in memory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "persistence"
description = "A resizable, mutable array type implemented on top of mmap, providing persistence for arrays of data in memory."
license = "ISC"
readme = "README.md"
repository = "https://github.com/ctsrc/persistence"
version = "0.0.0"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

[dependencies]
memmap = "0.7.0"
tempfile = "3.1.0"