[dev-dependencies.drop_tracer]
version = "0.1"
[lib]
name = "easy_node"
path = "src/lib.rs"
[package]
authors = ["Nossie531"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Smart pointer for graph nodes."
edition = "2021"
keywords = ["smart-pointer", "graph", "node"]
license = "MIT OR Apache-2.0"
name = "easy_node"
readme = "README.md"
repository = "https://github.com/nossie531/easy_node"
version = "0.3.0"
[[test]]
name = "nr"
path = "tests/nr.rs"
[[test]]
name = "nw"
path = "tests/nw.rs"