Object lifetime fix
2021-04-27, Version 0.2.2
This release fixes issues with the lifetime relationships of Tree
and the raw C
arrays.
Technically, this is an API change, but only with respect to return type and the integer type used to index that return type.
Commits
- [
89d234f674
] Replace WrappedTskArray with idiomatic slices. Closes #99 (#101) (Kevin R. Thornton) - [
ed8329b89e
] Completely hide NodeIterator from public name spaces. (#100) (Kevin R. Thornton)