vortex_scalar/serde/
mod.rs

1
2
3
4
5
6
#[cfg(feature = "flatbuffers")]
mod flatbuffers;
#[cfg(feature = "proto")]
mod proto;
#[allow(clippy::module_inception)]
mod serde;