#unblock-netease-music #napi #engine #executor #build #full #unm

unm_api_utils

The utilities for developing UnblockNeteaseMusic API

3 unstable releases

0.4.0 Jan 22, 2023
0.3.0 May 24, 2022
0.3.0-pre.1 Apr 24, 2022

#14 in #unblock-netease-music

Download history 2/week @ 2024-02-17 29/week @ 2024-02-24 2/week @ 2024-03-02 3/week @ 2024-03-09 2/week @ 2024-03-16 45/week @ 2024-03-30 4/week @ 2024-04-06 10/week @ 2024-04-13

59 downloads per month
Used in unm_rest_api

LGPL-3.0-or-later and GPL-3.0-only

160KB
1.5K SLoC

UNM 的 API 工具庫

這個工具庫主要是輔助開發者快速開發 UNM 相關的 API,如 N-API 和 REST API。

文件

https://docs.rs/unm_api_utils

授權條款

LGPL-3.0-or-later


lib.rs:

UnblockNeteaseMusic (Rust)'s API Utilities.

The API here can help you build APIs around UNM easily. For example, you can build executors with all supported engines quickly with the utilities here.

Example

use unm_api_utils::executor::build_full_executor;

let executor = build_full_executor();
println!("{:?}", executor.list());

Dependencies

~10–27MB
~461K SLoC