You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: borsh/docs/rustdoc_include/borsh_crate_top_level.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@
43
43
***bson** -
44
44
Gates implementation of [BorshSerialize] and [BorshDeserialize]
45
45
for [ObjectId](https://docs.rs/bson/2.9.0/bson/oid/struct.ObjectId.html).
46
+
***indexmap** -
47
+
Gates implementation of [BorshSerialize] and [BorshDeserialize]
48
+
for [indexmap::IndexMap](https://docs.rs/indexmap/2.8.0/indexmap/map/struct.IndexMap.html) and [IndexSet](https://docs.rs/indexmap/2.8.0/indexmap/set/struct.IndexSet.html)
46
49
***ascii** -
47
50
Gates implementation of [BorshSerialize], [BorshDeserialize], [BorshSchema] for
48
51
types from [ascii](https://docs.rs/ascii/1.1.0/ascii/) crate.
0 commit comments