qwt 0.3.4

Rust implementation of Quad Wavelet Tree
Documentation
1
2
3
4
5
6
## TODO
- Use a binary vector at the first level when log sigma is odd.
- Implement an efficient iterator over a Wavelet Tree.
- Implement a binary wavelet tree.
- Replace From with TryFrom
- Implement DoubleEndedIterator for all the collections