Open
Description
Summary 💡
A simple API to manipulate trees more akin to a filesystem would be more intuitive for most common uses of mutable trees.
Motivation 🔦
Currently building trees is fairly manual since Tree
is only a single level, as well as having other restrictions
The directories and files contained in this tree. They must be and remain sorted by filename
This feature is available in git2 as TreeUpdateBuilder