Function ym_file_parser::parse_file
source · pub fn parse_file<P: AsRef<Path>>(path: P) -> Result<YmSong>Expand description
Attempts to parse an YM-file that can be either compressed or uncompressed, from the
given file path.
Returns an instance of YmSong on success.