2021-11-17 22:54:02 +01:00
|
|
|
//! Additional types for generating responses.
|
|
|
|
|
|
|
|
|
|
#[cfg(feature = "erased-json")]
|
|
|
|
|
mod erased_json;
|
|
|
|
|
|
|
|
|
|
#[cfg(feature = "erased-json")]
|
|
|
|
|
pub use erased_json::ErasedJson;
|
2022-06-20 20:49:18 +02:00
|
|
|
|
|
|
|
|
#[cfg(feature = "json-lines")]
|
|
|
|
|
#[doc(no_inline)]
|
|
|
|
|
pub use crate::json_lines::JsonLines;
|