unsigned-varint
unsigned varint encoding
0.8.0
52M downloads/mo
#1194 most downloaded on crates.io
paritytech/unsigned-varint
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 1.8 years
Nearly every release is documented
notes for 17 of 17 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
17 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Aug 2018 to Nov 2023
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 17-
0.8.001 Nov 2023 -
0.7.205 Sep 2023 -
0.7.108 Nov 2021Release notes
Open source →- Allow conversions from crate errors to std::io equivalents (#52).
- Reject non-minimally encoded varints (additional non-significant zero bytes) (#56).
-
0.7.004 Feb 2021 -
0.6.012 Jan 2021 -
0.5.108 Sep 2020 -
0.5.003 Aug 2020Release notes
Open source →- Add support for
no_std(#32, #33). A new feature flagstdhas been added. It is not enabled by default but implicitly forcodec,futuresandfutures-codecfeatures. It must be explicitly provided in the absence of those features if theiomodule should be enabled.
- Add support for
-
0.4.018 May 2020 -
0.3.314 Apr 2020 -
0.3.204 Mar 2020Release notes
Open source →- Replace the optional
futuresdependency with afuturesfeature that only includesfutures-ioandfutures-utilas dependencies (#26).
- Replace the optional
-
0.3.117 Feb 2020Release notes
Open source →- Add modules
ioandaioto support direct reading of an unsigned-varint value from astd::io::Readorfutures::io::AsyncReadtype.
- Add modules
-
0.3.002 Jan 2020Release notes
Open source →- Update to
bytesv0.5. - Add support for
tokio-utilv0.2. - Remove support for
tokio-codecv0.1. - Use
#[non_exhaustive]indecode::Errorand remove__Nonexhaustive.
- Update to
-
0.2.307 Oct 2019Release notes
Open source →- In addition to
tokio-codec,futures_codecis now supported (#18). decode::Errornow implementsClone(#19).- Code quality improvements (#20, #21).
- In addition to
-
0.2.231 Jan 2019Release notes
Open source →- Add package metadata for docs.rs to generate documentation for all features.
-
0.2.105 Sep 2018 -
0.2.003 Sep 2018 -
0.1.008 Aug 2018