bounded-collections
Bounded types and their supporting traits
0.3.2
11M downloads/mo
#2938 most downloaded on crates.io
paritytech/parity-common
What this package is like to depend on
Last release 1 years ago
26 Jun 2025
Release timing varies
gaps range from 2 weeks to 8 months
Nearly every release is documented
notes for 17 of 17 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
17 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Jan 2023 to Jun 2025Releases
latest 17-
0.3.226 Jun 2025 -
0.3.120 Jun 2025 -
0.2.420 Mar 2025 -
0.2.311 Feb 2025 -
0.2.208 Nov 2024 -
0.2.108 Oct 2024Release notes
Open source →-
implementation
-
Changelog
-
Move tests down
-
Remove clone bound
-
Set date to Monday
Co-authored-by: ordian [email protected]
- Fix match that's always okay
Co-authored-by: Bastian Köcher [email protected]
-
Update Cargo.toml
-
Move serde tests behind feature flag
-
Add ToString
-
Remove underscore
-
Update bounded-collections/CHANGELOG.md
-
fmt
Co-authored-by: ordian [email protected]
Co-authored-by: Bastian Köcher [email protected]
Co-authored-by: ordian [email protected] -
-
0.2.029 Jan 2024 -
0.1.910 Oct 2023 -
0.1.812 Jun 2023Release notes
Open source →- Altered return types of
BoundedVec::force_insert_keep_functions to return the element in case of error. - Added
newandcleartoBoundedVec.
- Altered return types of
-
0.1.715 May 2023 -
0.1.628 Apr 2023Release notes
Open source →- Added
CloneandDefaultderive to theimpl_const_get!macro and thereby allConst*types. - Fixed
Debugimpl forimpl_const_get!and allConst*types to also print the value and not just the type name.
- Added
-
0.1.516 Feb 2023Release notes
Open source →- Fixed
Hashimpl (previously it could not be used in practice, because the size bound was required to also implementHash).
- Fixed
-
0.1.402 Feb 2023Release notes
Open source →- Fixed unnecessary decoding and allocations for bounded types, when the decoded length is greater than the allowed bound.
- Add
Hashderivation (whenfeature = "std") for bounded types.
-
0.1.327 Jan 2023 -
0.1.227 Jan 2023 -
0.1.126 Jan 2023Release notes
Open source → -
0.1.026 Jan 2023Release notes
Open source →