Added the bones of test_serialize_json
This commit is contained in:
@@ -1 +1,2 @@
|
||||
pub mod test_serialize_json;
|
||||
pub mod test_serialize_rkyv;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
pub async fn test_all() {
|
||||
// test_simple_string().await;
|
||||
}
|
||||
Reference in New Issue
Block a user