Skip to content

Commit 3900d6f

Browse files
committed
feat: add dynamic metrics message
1 parent 494f594 commit 3900d6f

4 files changed

Lines changed: 565 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The `dtype` parameter represents how to parse the information obtained from Redi
4444
2. Run `cargo typify -B -a PartialEq -o [output_file] [input_file]` on the json schema
4545
3. Add pub mod `[new module name]` to `./src/models/mod.rs`
4646
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)
4748
5. Re-export frequently used types from `./src/models/mod.rs` with `pub use`
4849

4950

0 commit comments

Comments
 (0)