About
The lib for the tool to convert ncm file to mp3/flac/...
网易云音乐的ncm文件转换工具ncm_c
的库。
Usage
use NcmFile;
let ncm = open.unwrap;
ncm.save.unwrap;
The lib for the tool to convert ncm file to mp3/flac/...
网易云音乐的ncm文件转换工具ncm_c
的库。
use ncmc_lib::NcmFile;
let ncm = NcmFile::open("path/to/your.ncm").unwrap();
ncm.save().unwrap();