1 2 3 4 5 6
//! Base64 serde helpers for GCP `format: "byte"` fields. //! //! Re-exports [`cloud_lite_core::serde_base64`]. Generated types reference these //! functions via `crate::serde_base64::` paths in serde `with` attributes. pub use cloud_lite_core::serde_base64::{deserialize_base64_opt, serialize_base64_opt};