We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c57f5 commit bdb2d22Copy full SHA for bdb2d22
CONTRIBUTING.md
@@ -113,6 +113,14 @@ rustup component add clippy
113
cargo clippy
114
```
115
116
+Significant structures that users persist should always have their serialization methods (usually
117
+`Writeable::write` and `ReadableArgs::read`) begin with
118
+`write_ver_prefix!()`/`read_ver_prefix!()` calls, and end with calls to
119
+`write_tlv_fields!()`/`read_tlv_fields!()`.
120
+
121
+Updates to the serialized format which has implications for backwards or forwards compatibility
122
+must be included in release notes.
123
124
Security
125
--------
126
0 commit comments