tree-type 0.4.3

Rust macros for creating type-safe filesystem tree structures
Documentation
1
2
3
4
5
6
7
8
9
allow-branch = ["main"]
push-remote = "origin"
push = true
tag = true

[[pre-release-replacements]]
file = "Cargo.toml"
search = 'tree-type-proc-macro = \{ path = "tree-type-proc-macro", version = "[^"]*" \}'
replace = 'tree-type-proc-macro = { path = "tree-type-proc-macro", version = "{{version}}" }'