1#![allow(deprecated)] 2 3pub mod builder; 4pub mod model; 5 6pub use builder::ContentBuilder; 7pub use model::*;