scale-bits
A SCALE compatible representation of a collection of bits
0.7.0
7.0M downloads/mo
#3776 most downloaded on crates.io
paritytech/scale-bits
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 7 months
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
9 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Sep 2022 to Nov 2024Releases
latest 9-
0.7.015 Nov 2024Release notes
Open source →0.7.0
This release removes the
std featurefrom the this crate which means that the crate is nowno_stdcompatible by default.Changes
- Remove std feature and make the crate fully no_std
- Update
scale-infoto v2.11.5
Full Changelog: v0.6.0...v0.7.0
Release notes
Open source →This release removes the
std featurefrom the this crate which means that the crate is nowno_stdcompatible by default.Changes
- Remove std feature and make the crate fully no_std
- Update to
scale-infoto 2.11.5
-
0.6.029 Apr 2024 -
0.5.007 Feb 2024Release notes
Open source →Depend on
scale-type-resolverfor a order and store enums, and removeFormat::from_metadata(this is now available asscale_type_resolver::portable_registry::bits_from_metadata()). -
0.4.020 Jun 2023Release notes
Open source →no_stdis now supported; use--no-default-featuresto disable "std" (serdeandscale-infofeatures both support this too).Changes
- Add no_std compatibility (#2). Thankyou @haerdib!
-
0.3.020 Sep 2022Release notes
Open source →Changes
- Hide the inner
Decoderenum variants so that we have the opportunity to improve performance on them in the future with a non breaking change.
- Hide the inner
-
0.2.016 Sep 2022Release notes
Open source →This release rewrites most of the interface and clearly differentiates between the two core offerings; a lightweight Bits type and a set of utility functions for working with SCALE encoded bits.
-
0.1.114 Sep 2022 -
0.1.014 Sep 2022 -
0.0.114 Sep 2022Nothing published for this version