sixth_database 1.0.2

In memory serializing to disk Database. Mimics FourthDatabase(C#) and FifthDatabase(C++), SixthDatabase is for Rust using Serde.
Documentation
[dependencies.bincode]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[lib]
bench = false
doc = true
doctest = false
edition = "2015"
harness = true
name = "sixth_database"
path = "lib.rs"
plugin = false
proc-macro = false
test = false

[package]
authors = ["Wepwawet @ Gitlab <2821893-Wepwawet@users.noreply.gitlab.com>"]
categories = ["database"]
description = "In memory serializing to disk Database. Mimics FourthDatabase(C#) and FifthDatabase(C++), SixthDatabase is for Rust using Serde."
edition = "2018"
keywords = ["serde", "bincode", "Database", "serializing"]
license = "LGPL-3.0-or-later"
name = "sixth_database"
readme = "crateio_readme.md"
repository = "https://gitlab.com/Wepwawet/sixthdatabase"
version = "1.0.2"
[profile.dev]
codegen-units = 16
debug = true
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"
rpath = false

[profile.release]
codegen-units = 16
debug = false
debug-assertions = false
incremental = false
lto = false
opt-level = 3
overflow-checks = false
panic = "unwind"
rpath = false