2020-02-19, Version 0.1.1
[02137f261e ] (cargo-release) version 0.1.1 (Bruno Tavares)
[1d27c0c3bd ] Merge pull request #15 from datrs/clippy (Bruno Tavares)
[df9b153087 ] Fix clippy lint errors (Bruno Tavares)
[d93a2c90de ] Update changelog (Bruno Tavares)
CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
src/lib.rs | 24 +++++++++++-------------
4 files changed, 62 insertions(+), 15 deletions(-)
2020-02-19, Version 0.1.0
[294582f382 ] (cargo-release) version 0.1.0 (Bruno Tavares)
[3a108c6708 ] Merge pull request #13 from bltavares/bump-edition (Bruno Tavares)
[96e3a39e74 ] Bump to 2018 edition and add clippy on travis (Bruno Tavares)
[0a46b6a087 ] Merge pull request #9 from theorangepotato/encode (Szabolcs Berecz)
[75d4505795 ] Implement encode() and encode_len() (theorangepotato)
[07e5ba3775 ] Merge pull request #8 from theorangepotato/decode (Szabolcs Berecz)
[4259c821f1 ] Implement decode and fix a bug in decode_len (theorangepotato)
[50d1e76df3 ] Bump failure from 0.1.4 to 0.1.5 (dependabot[bot])
[40df3caffb ] Bump failure from 0.1.3 to 0.1.4 (dependabot[bot])
[0cebadb531 ] Bump failure from 0.1.2 to 0.1.3 (dependabot[bot])
[104593b4f8 ] Bump varinteger from 1.0.3 to 1.0.6 (dependabot[bot])
[60e800e040 ] Bump sparse-bitfield from 0.8.0 to 0.8.1 (dependabot[bot])
[14991d3965 ] Bump failure from 0.1.1 to 0.1.2 (dependabot[bot])
[40b349a5f9 ] Bump sparse-bitfield from 0.3.3 to 0.8.0 (dependabot[bot])
[b5f9192c09 ] Update .github (Yoshua Wuyts)
[b7e7261bc2 ] progress (Yoshua Wuyts)
[cb40db6a99 ] v0.0.0 (Yoshua Wuyts)
[b813e5d0e9 ] fix rustfmt in travis.yml (Yoshua Wuyts)
[ce9d371637 ] cargo fmt (Yoshua Wuyts)
[8e1708bf9e ] progress (Yoshua Wuyts)
[0ae36ac816 ] . (Yoshua Wuyts)
.github/CODE_OF_CONDUCT.md | 75 +++++++++++-
.github/CONTRIBUTING.md | 63 +++++++++-
.github/ISSUE_TEMPLATE.md | 9 +-
.github/ISSUE_TEMPLATE/bug_report.md | 23 +++-
.github/ISSUE_TEMPLATE/feature_request.md | 30 ++++-
.github/ISSUE_TEMPLATE/question.md | 18 +++-
.github/PULL_REQUEST_TEMPLATE.md | 21 +++-
.github/stale.yml | 17 ++-
.gitignore | 8 +-
.travis.yml | 13 ++-
CERTIFICATE | 37 +++++-
Cargo.lock | 132 +++++++++++++++++++-
Cargo.toml | 14 ++-
LICENSE-APACHE | 190 +++++++++++++++++++++++++++-
LICENSE-MIT | 21 +++-
README.md | 80 ++++++++++++-
rustfmt.toml | 2 +-
src/lib.rs | 215 +++++++++++++++++++++++++++++++-
tests/test.rs | 87 +++++++++++++-
19 files changed, 1055 insertions(+)