pub type Documents<C> = HashMap<Uri, Document<C>>;
The document store behind a running server: URI -> parsed document.
pub struct Documents<C> { /* private fields */ }