flatdata 0.5.0

Rust implementation of flatdata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "flatdata"
version = "0.5.0"
authors = ["boxdot <d@zerovolt.org>", "Christian Vetter <veaac.fdirct@gmail.com>", "Gabriel Féron <feron.gabriel@gmail.com>"]
license = "Apache-2.0"
description = "Rust implementation of flatdata"
repository = "https://github.com/heremaps/flatdata"
keywords = ["serialization", "flatdata", "mmap"]
categories = ["encoding"]
readme = "../README.md"
edition = "2018"

[dependencies]
diff = "0.1.11"
memmap = "0.7.0"
walkdir = "2.2.9"