Function read_ebml

Source
pub fn read_ebml(file_name: &String) -> Process
Expand description

Read and interpret an entire Easy Button Markup Language (EBML) file, and return a “Process” struct.

A single Process struct holds all found information about a process, and is itself enough to extract it and produce complex documents.