Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 533 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 533 Bytes

LuzFaltex.Trees

LuzFaltex.Trees is a compact Tree library designed for implementing sorted, layered, and unopinionated tree-like structures, be it for directories, command structures, or any other heirarchy-based structure.


LuzFaltex.Trees.Information

LuzFaltex.Trees.Information is an extension library for LuzFaltex.Trees which allows for retrieving group and node information through annotations or through injected handlers, depending on whether the information is known at build time or must be collected at runtime.