Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.13 KB

README.md

File metadata and controls

11 lines (8 loc) · 1.13 KB

treeid crates.io docs.rs travis-ci.org

An implementation of rational buckets for lexically ordered collections.

References

License(s)

MIT

Internally, this project makes use of a partial Rust port of icza/bitio in src/bitter.rs, which is licensed under Apache 2.0. The full license text can be found at src/bitter.LICENSE. In some areas the behavior has been changed (notably, we ignore certain bits of written integers where the source library did not), and method names have been changed to better align with Rust conventions.