2023-04-12, Version 6.0.0
[6a7bbb5272 ] Release 6.0.0 (Timo Tiuraniemi)
[539ed6eb0d ] Run CI on master branch instead of main (Timo Tiuraniemi)
[694c6ef688 ] Switch from Travis to GHA (Timo Tiuraniemi)
[597c8caa29 ] Fix clippy warnings (Timo Tiuraniemi)
[e707e790fb ] Move documentation to lib.rs for easier maintainability (Timo Tiuraniemi)
[179a44d8bb ] Fix Cargo.toml, bump edition to 2021 and, because of that, version to next major 6 (Timo Tiuraniemi)
[27277762f6 ] Use a new version number to avoid resolution mixups (Timo Tiuraniemi)
[3c669d8c70 ] Fix duplicated slashes in contains docs (Timo Tiuraniemi)
[ec7a72ef14 ] Add Iterator::full_tree() (Timo Tiuraniemi)
[8bc607394a ] Use a bigger tree in README to ease understanding of tests. Add a few more tests. (Timo Tiuraniemi)
[3acd091d7e ] Add Iterator::next_tree() and Iterator::prev_tree() (Timo Tiuraniemi)
[7048931423 ] Add count_leaves(), Iterator::count_nodes() and Iterator::count_leaves() (Timo Tiuraniemi)
[3b136873ce ] Fix README picture which had confused indexes (Timo Tiuraniemi)
[2bb6bf478d ] Add a contains() method to the iterator (Timo Tiuraniemi)
[b1cb6ab914 ] Update changelog (Bruno Tavares)
.github/CODE_OF_CONDUCT.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.github/CONTRIBUTING.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
.github/ISSUE_TEMPLATE.md | 41 +++++++++++++++++++++++++++++++++++++++++
.github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++
.github/stale.yml | 17 +++++++++++++++++
.github/workflows/ci.yml | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CERTIFICATE | 37 +++++++++++++++++++++++++++++++++++++
CHANGELOG.md | 20 ++++++++++++++++++++
Cargo.toml | 11 ++++++-----
README.md | 61 ++-----------------------------------------------------------
src/iterator.rs | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
src/lib.rs | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
tests/iterator.rs | 8 ++++----
13 files changed, 634 insertions(+), 84 deletions(-)
2020-03-03, Version 5.0.0
[05ffe8699d ] (cargo-release) version 5.0.0 (Bruno Tavares)
[709b2d5635 ] Merge pull request #44 from bltavares/usize-to-u64 (Bruno Tavares)
[bc9c866bdb ] Fix travis script (Bruno Tavares)
[68f7e67ed4 ] Change from usize to u64 (Bruno Tavares)
[f9ca2ef68e ] Update criterion requirement from 0.2 to 0.3 (dependabot-preview[bot])
[b23328579d ] Update changelog (Yoshua Wuyts)
.travis.yml | 6 +++---
CHANGELOG.md | 15 +++++++++++++++
Cargo.toml | 4 ++--
src/iterator.rs | 36 ++++++++++++++++++------------------
src/lib.rs | 34 +++++++++++++++++-----------------
5 files changed, 55 insertions(+), 40 deletions(-)
2016-03-09, Version v1.0.0
Cargo.toml | 2 +-
rustfmt.toml | 2 +-
src/lib.rs | 328 ++++++++++++++++++++++++++----------------------------------
3 files changed, 144 insertions(+), 188 deletions(-)
2016-03-09, Version v1.0.0
Cargo.toml | 2 +-
rustfmt.toml | 2 +-
src/lib.rs | 328 ++++++++++++++++++++++++++----------------------------------
3 files changed, 144 insertions(+), 188 deletions(-)
2016-03-09, Version v1.0.0
Cargo.toml | 2 +-
rustfmt.toml | 2 +-
src/lib.rs | 328 ++++++++++++++++++++++++++----------------------------------
3 files changed, 144 insertions(+), 188 deletions(-)
2016-03-09, Version v1.0.0
Cargo.toml | 2 +-
rustfmt.toml | 2 +-
src/lib.rs | 328 ++++++++++++++++++++++++++----------------------------------
3 files changed, 144 insertions(+), 188 deletions(-)
2016-03-09, Version v1.0.0
Cargo.toml | 2 +-
rustfmt.toml | 2 +-
src/lib.rs | 328 ++++++++++++++++++++++++++----------------------------------
3 files changed, 144 insertions(+), 188 deletions(-)
2016-03-09, Version v1.0.0
Cargo.toml | 2 +-
rustfmt.toml | 2 +-
src/lib.rs | 328 ++++++++++++++++++++++++++----------------------------------
3 files changed, 144 insertions(+), 188 deletions(-)