ttgraph 0.3.0

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.3.0"

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

[dependencies.visible]
version = "0.0.1"

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

[lib]
name = "ttgraph"
path = "src/lib.rs"

[package]
authors = ["Zizhang Luo <semiwaker@pku.edu.cn>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.3.0"

[[test]]
name = "test_basic"
path = "tests/test_basic.rs"

[[test]]
name = "test_bidirectional"
path = "tests/test_bidirectional.rs"

[[test]]
name = "test_group"
path = "tests/test_group.rs"

[[test]]
name = "test_link_type"
path = "tests/test_link_type.rs"