1
2
3
4
5
6
//! A module containing some integrations that enable useful applications.

#[cfg(feature = "json_typegen")]
pub mod json_typegen;
#[cfg(feature = "schemars_integration")]
pub mod schemars;