We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494f594 commit 3900d6fCopy full SHA for 3900d6f
4 files changed
README.md
@@ -44,6 +44,7 @@ The `dtype` parameter represents how to parse the information obtained from Redi
44
2. Run `cargo typify -B -a PartialEq -o [output_file] [input_file]` on the json schema
45
3. Add pub mod `[new module name]` to `./src/models/mod.rs`
46
4. Modify the generated model to account for the fact that each object layer is wrapped in a bec codec
47
+5. Add some deser tests (follow the other message types)
48
5. Re-export frequently used types from `./src/models/mod.rs` with `pub use`
49
50
0 commit comments