ttgraph 0.2.1

Typed/Transactional Graph container
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.198"

[dependencies.serde_json]
version = "1.0.116"

[dependencies.ttgraph_macros]
version = "^0.2.0"

[dependencies.uuid]
features = ["v4", "fast-rng", "serde"]
version = "1.8.0"

[dependencies.visible]
version = "0.0.1"

[features]
debug = []
default = ["debug"]

[package]
authors = ["Zizhang Luo <semiwaker@pku.edu.cn>"]
categories = ["data-structures"]
description = "Typed/Transactional Graph container"
edition = "2021"
keywords = ["graph", "transaction", "typed", "data_structure"]
license = "MIT OR Apache-2.0"
name = "ttgraph"
readme = "README.md"
repository = "https://github.com/semiwaker/TTGraph"
version = "0.2.1"