Added JSON dht and dht/schema tests.

This commit is contained in:
Teknique
2023-06-01 15:40:47 -07:00
parent cb49477490
commit e3a20a352e
7 changed files with 132 additions and 13 deletions
+2
View File
@@ -2,3 +2,5 @@ mod fixtures;
pub mod test_serialize_json;
pub mod test_serialize_rkyv;
mod test_types;
mod test_types_dht;
mod test_types_dht_schema;