vec_file 0.1.1

A Vec-type collection that sits in a file vs in memory
Documentation
[dependencies.desse]
version = "0.2.1"

[dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["Aaron Flores <aaronjflores962@gmail.com>"]
categories = ["data-structures"]
description = "A Vec-type collection that sits in a file vs in memory"
edition = "2018"
exclude = ["todo", ".vscode"]
license-file = "LICENSE"
name = "vec_file"
readme = "README.md"
repository = "https://github.com/bilowik/vecfile"
version = "0.1.1"