persistence 0.0.1

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
14
15
16
# persistence – Rust library for mutable resizable arrays built on top of mmap

A resizable, mutable array type implemented in Rust on top of mmap, providing
persistence for arrays of data in memory.

[![Crates.io](https://img.shields.io/crates/v/persistence.svg)](https://crates.io/crates/persistence)

## Learn more and get started

[Read the docs for this library](https://docs.rs/persistence/) to learn more
about what it is for and how you use it.

## Star me on GitHub

Don't forget to star [persistence on GitHub](https://github.com/ctsrc/persistence)
if you find this library interesting or useful.