wrap unimplemented ser/de branches with internal macro

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-01 22:43:26 +00:00
parent ba1c134689
commit 8742437036
4 changed files with 66 additions and 41 deletions

View file

@ -11,7 +11,7 @@ mod opts;
mod ser;
mod stream;
mod tests;
mod util;
pub(crate) mod util;
mod watchers;
pub(crate) use self::{