Add test case for Api1Range serde

This commit is contained in:
Dominik Werder
2022-11-22 16:33:48 +01:00
parent 8d205a7fa7
commit dfff79329e
20 changed files with 484 additions and 231 deletions

View File

@@ -1,10 +1,16 @@
#[cfg(test)]
mod api1;
#[cfg(test)]
mod api4;
pub mod archapp;
pub mod binnedbinary;
pub mod binnedjson;
pub mod events;
#[cfg(test)]
mod events;
#[cfg(test)]
mod eventsjson;
pub mod timeweightedjson;
#[cfg(test)]
mod timeweightedjson;
use bytes::BytesMut;
use err::Error;