skill-tree 3.1.0

generate graphviz files to show roadmaps
Documentation
1
2
3
4
5
6
7
8
9
[[group]]
name = "A"
label = "Unergonomic async fns in traits"
requires = ["B"]
items = [
    { label = "Type alias impl Trait" },
    { label = "Generic associated types" },
]