Registry / utility / unm-types

unm-types

JSON →
library0.4.0rscratesunverified

The type definitions for UnblockNeteaseMusic, a server-side tool for unblocking NetEase Music.

# Cargo.toml [dependencies] unm_types = "0.4.0"
INSTALL
IMPORT
SIG · UNM-TYPES
U
unm-types
utilityrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Song
use unm_types::Song;

Create a Song struct with ID, name, and artists.

use unm_types::Song; fn main() { let song = Song { id: "123".to_string(), name: "Example".to_string(), artists: vec!["Artist".to_string()], }; println!("{:?}", song); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
unm-types — cargo add unm-types · libregistry