Skip to content

Commit 425deb9

Browse files
committed
Rewrite almost everything
The API stays mostly the same, except that using NodeIds is always unsafe now, and some trait implementations have disappeared. The Default implementation for Tree didn't seem to make much semantic sense. On the other hand, there are some new derived trait implementations, and iterators now implement ExactSizeIterator and DoubleEndedIterator where possible. IntoValues is replaced with IntoIter and an IntoIterator implementation.
1 parent 279dfec commit 425deb9

File tree

13 files changed

+660
-1082
lines changed

13 files changed

+660
-1082
lines changed

benches/tree.rs

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/debug.rs

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)