bookkeeping 0.6.3

Minimal, safe and flexible in-memory bookkeeping API
Documentation
[package]
name = "bookkeeping"
version = "0.6.3"
authors = ["Shahar Or (mightyiam) <mightyiampresence@gmail.com>"]
edition = "2018"
description = "Minimal, safe and flexible in-memory bookkeeping API"
license = "ISC"
repository = "https://github.com/mightyiam/bookkeeping"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
slotmap = "1.0.2"

[dev_dependencies]
maplit = "1.0.2"
rusty-hook = "0.11.2"

[features]
fail-on-warnings = []