-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Serde Serialize & Deserialize for BoundedBTreeMap (#870)
* implementation * Changelog * Move tests down * Remove clone bound * Set date to Monday Co-authored-by: ordian <write@reusable.software> * Fix match that's always okay Co-authored-by: Bastian Köcher <git@kchr.de> * Update Cargo.toml * Move serde tests behind feature flag * Add ToString * Remove underscore * Update bounded-collections/CHANGELOG.md * fmt --------- Co-authored-by: ordian <write@reusable.software> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: ordian <noreply@reusable.software>
- Loading branch information
1 parent
7c701c6
commit 366a95c
Showing
3 changed files
with
128 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters