Function assembly_pack::txt::load_manifest[][src]

pub async fn load_manifest<L>(lines: &mut L) -> Result<Manifest> where
    L: TryStream<Ok = String, Error = Error> + Unpin
Expand description

Load the manifest from a stream of lines