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: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,12 @@ enum A {
99
99
}
100
100
```
101
101
102
+
## Advanced examples
103
+
104
+
Some of the less trivial examples are present in [examples](./borsh/examples) folder:
105
+
106
+
-[implementing `BorshSerialize`/`BorshDeserialize` for third-party `serde_json::Value`](./borsh/examples/serde_json_value.rs)
107
+
102
108
## Testing
103
109
104
110
Integration tests should generally be preferred to unit ones. Root module of integration tests of `borsh` crate is [linked](./borsh/tests/tests.rs) here.
0 commit comments