3 unstable releases
0.4.0 | Jan 22, 2023 |
---|---|
0.3.0 | May 24, 2022 |
0.3.0-pre.1 | Apr 24, 2022 |
#167 in #rest
23 downloads per month
Used in unm_rest_api
160KB
1.5K
SLoC
UNM 的 API 工具庫
這個工具庫主要是輔助開發者快速開發 UNM 相關的 API,如 N-API 和 REST API。
文件
授權條款
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–26MB
~442K SLoC