-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Serde Serialize and Deserialize traits for the RbTree in the ic…
…-certified-map crate. (#399) * This change adds the serde Serialize and Deserialize traits to the RbTree. * Manual implementation of Serialize and Deserialize for the RbTree. * replace 'static lifetime bounds with a custom lifetime 't. * Added bincode serialization in the serde test. * CandidType for the RbTree. * update CHANGELOG with CandidType.
- Loading branch information
1 parent
c01fc17
commit 1da310b
Showing
4 changed files
with
154 additions
and
41 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
Oops, something went wrong.