sqlite_varint 0.1.1

Utility functions for dealing with varints from SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "sqlite_varint"
version = "0.1.1"
authors = ["Midas Lambrichts <midaslamb@gmail.com>"]
edition = "2018"
keywords = ["sqlite", "varint"]
description = "Utility functions for dealing with varints from SQLite."
repository = "https://github.com/MidasLamb/sqlite-varint"
license = "MIT"

[dependencies]

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "read_benchmark"
harness = false