Skip to main content

parse_track_database

Function parse_track_database 

Source
pub fn parse_track_database(input: &[u8]) -> IResult<&[u8], TrackDatabase>
Expand description

This is the top level parsing function that accepts the entire file and returns a TrackDatabase.