1 2 3 4
#![doc = include_str!("../docs/deferred-materialization.md")] /// Raw markdown contents of the deferred materialization design document. pub const DEFERRED_MATERIALIZATION_MD: &str = include_str!("../docs/deferred-materialization.md");