add tools::serde_filter submodule

can be used to perform filtering at parse time

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2020-11-02 11:52:03 +01:00
parent e84b801c2e
commit 59e94227af
2 changed files with 98 additions and 0 deletions

View File

@ -33,6 +33,7 @@ pub mod loopdev;
pub mod lru_cache;
pub mod nom;
pub mod runtime;
pub mod serde_filter;
pub mod socket;
pub mod statistics;
pub mod subscription;