feat: create my own tree structure to replace the one from the library
-
feat: create tree struct
-
feat: clone
-
feat: eq
-
feat: builder
-
feat: add child/parent
-
chore: replace pointer with Box
-
feat: add child of type T
-
test: add a whole tree as child