[dependencies.either]
default-features = false
version = "1"
[dependencies.empty-fallback-chain]
version = "2"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "nstree"
path = "src/lib.rs"
[package]
authors = ["infomorphic-matti <infomorphic-matti@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std::no-alloc", "data-structures", "value-formatting"]
description = "construct branched 'namespace strings' for nested subcomponents, often for logging"
documentation = "https://docs.rs/nstree"
edition = "2024"
homepage = "https://gitlab.com/infomorphic-matti/nstree"
keywords = ["namespace", "logging", "nested", "tree"]
license = "GPL-3.0-or-later"
name = "nstree"
readme = "README.md"
repository = "https://gitlab.com/infomorphic-matti/nstree"
version = "1.0.0"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]