Skip to main content

open_concat

Function open_concat 

Source
pub fn open_concat(uri_str: &str) -> Result<Box<dyn BytesSource>>
Expand description

Open a concat:<a>|<b>|… URI as a single BytesSource that reads the segments back-to-back. Each segment may be a bare path, a file:// URL, a mem://<id> reference, a data: literal, or a slice: URI.