//! Collect the submitted model from the [`inventory`] registry into an [`Api`]
//! snapshot the renderer consumes.
use crate;
/// A snapshot of the whole collected API, so the renderer operates on plain data rather
/// than reaching into the global inventory. Order is as collected (unspecified); the
/// renderer sorts for a stable layout.