Added the bones of test_serialize_json

This commit is contained in:
Teknique
2023-05-25 15:22:01 -07:00
parent d0ac838708
commit cd8e90cafa
4 changed files with 14 additions and 0 deletions

View File

@@ -1 +1,2 @@
pub mod test_serialize_json;
pub mod test_serialize_rkyv;

View File

@@ -0,0 +1,3 @@
pub async fn test_all() {
// test_simple_string().await;
}