mailibex v0.1.6 EBML
Simple EBML parser in Elixir,
Use online specification to get {keyid,keyname,valuetype} for each key, and
generate functions accordingly.
Return a list of {:key,fun}
where fun.()
decode the value associated with key
Example usage :
EBML.parse(File.read!("sample.mkv"))[:"EBML"].()[:"DocType"].() "matroska"
Link to this section Summary
Link to this section Functions
Link to this function
key_of(binary)
Link to this function
parse(bin)
Link to this function