tcgeneric 0.1.0

Generic data types used internally by Tinychain. Unstable.
Documentation
[package]
name = "tcgeneric"
version = "0.1.0"
authors = ["haydnv"]
edition = "2018"
description = "Generic data types used internally by Tinychain. Unstable."
license = "Apache-2.0"
repository = "http://github.com/haydnv/tinychain.git"

categories = ["data-structures"]

[dependencies]
async-trait = "0.1"
destream = "0.3"
regex = "1.3"
safecast = "0.1"
serde = { version = "1.0", features = [] }
tc-error = "0.1"
uuid = "0.8"