Uh oh!
There was an error while loading. Please reload this page.
block-padding: merge Padding and RawPadding traits - #1217
Conversation
We need to also update the dependent downstream crates, but I think this change should not cause any problems. @tarcieri |
tarcieri
commented
Sep 20, 2025
@newpavlov we’d need to add something like |
Could you add it and cut new v0.4.1 release with it?
The docs contain |
newpavlov
commented
Sep 21, 2025
I will merge this PR as-is for now and will open a separate issue for |
Uh oh!
There was an error while loading. Please reload this page.
### Added - `Padding::pad_detached` method ([#1225]) ### Changed - Migrated from `generic-array` to `hybrid-array` ([#944]) - Edition changed to 2024 and MSRV bumped to 1.85 ([#1149]) - Merged `RawPadding` and `Padding` traits ([#1217]) - Renamed `UnpadError` to `Error` ([#1225]) ### Removed - `Block` type alias ([#1217]) - `PadType` enum and associated type on the `Padding` trait ([#1225]) [#944]: #944 [#1149]: #1149 [#1217]: #1217 [#1225]: #1225
No description provided.