ncm_meta

Crates.ioncm_meta
lib.rsncm_meta
version0.2.11
sourcesrc
created_at2023-09-25 03:51:57.076032
updated_at2024-09-23 05:55:18.547548
descriptionmusic meta utils for ncmc
homepagehttps://github.com/magic-akari/ncmc
repositoryhttps://github.com/magic-akari/ncmc
max_upload_size
id982334
size8,404
(magic-akari)

documentation

README

ncmc · Test Crates.io

Install

Option 1: Download from GitHub Release

For users who prefer a pre-built binary, you can download the latest release from GitHub Release

Option 2: Install with Cargo

If you have Rust installed, you can install ncmc with cargo:

cargo install ncmc

Additionally, cargo binstall is supported. It fetch the pre-built binary from GitHub Release and fallback to build from source if not available.

cargo binstall ncmc

If you don’t have cargo, install it with https://rustup.rs

Usage

# convert
ncmc path/to/your/file.ncm

# dump mode
ncmc --dump path/to/your/file.ncm

Thanks: anonymous5l / ncmdump

Commit count: 3

cargo fmt