pub async fn load_manifest<L>(lines: &mut L) -> Result<Manifest>
where L: TryStream<Ok = String, Error = Error> + Unpin,
Available on crate features manifest and async only.
Expand description

Load the manifest from a stream of lines