alloy-rlp-derive
Derive macros for alloy-rlp
0.3.16
19M downloads/mo
#2127 most downloaded on crates.io
alloy-rs/rlp
What this package is like to depend on
Last release 1 months ago
03 Jul 2026
Ships fairly regularly
a new release about every 3 months
Nearly every release is documented
notes for 19 of 19 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
19 releases · first in 2023
4 releases in the last 12 months
see the full history below
Release timeline
19 releases · Jun 2023 to Jul 2026
2024
2025
2026
Releases
latest 19-
0.3.1603 Jul 2026Release notes
Open source →What's Changed
- ci: harden supply chain — pin actions, lock permissions by @decofe in #53
- feat(rlp): add decode_append helper by @mattsse in #54
- chore: group weekly dependabot updates by @decofe in #66
- fix: quote dependabot schedule time by @decofe in #67
- chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 in the ci-weekly group by @dependabot[bot] in #68
- ci: set rust-toolchain inputs explicitly by @decofe in #69
New Contributors
- @decofe made their first contribution in #53
- @dependabot[bot] made their first contribution in #68
Full Changelog: v0.3.15...v0.3.16
-
0.3.1502 Apr 2026 -
0.3.1402 Apr 2026 -
0.3.1301 Feb 2026 -
0.3.1217 May 2025 -
0.3.1116 Jan 2025 -
0.3.1006 Dec 2024 -
0.3.923 Oct 2024 -
0.3.805 Aug 2024Release notes
Open source → -
0.3.728 Jun 2024 -
0.3.628 Jun 2024 -
0.3.522 May 2024 -
0.3.422 Dec 2023Release notes
Open source → -
0.3.323 Sep 2023 -
0.3.226 Jul 2023 -
0.3.113 Jul 2023 -
0.3.012 Jul 2023Release notes
Open source →Added
arrayvecfeature withEncodableandDecodableimplementationssmol_strfeature withEncodableandDecodableimplementations- New
decode_bytesanddecode_strstatic methods toHeader Ipv4AddrandIpv6AddrDecodableimplementations- A
Resulttype alias forcore::result::Result<T, E = Error> - Re-exports for
::bytes,Bytes, andBytesMut - Support for generics in derive macros
Changed
- Default
Encodable::lengthimplementation to useVecinstead ofBytesMut rlp_list_header,list_length,encode_list, andencode_iterfunctions' generics to be consistent with eachother and generic overBorrow- Feature-gated
encode_fixed_sizeto thearrayvecfeature - All
Decodableimplementations always advance the buffer, even when they return an error. This was not documented previously. Also applies to the implementations derived with the procedural macros. - Improved
Header::decodeperformance - Documented
MaxEncodedLenandMaxEncodedLenAssoc - Improved general documentation
Deprecated
DecodeErrorin favor of justError(alloy-rs/core#182)
Removed
derivefeature from defaults (alloy-rs/core#159)
-
0.2.023 Jun 2023 -
0.1.013 Jun 2023