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 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.