1 个不稳定版本

0.0.1 2021年5月20日

#10#windows-msvc

AGPL-3.0-or-later

19KB
293 代码行

编辑 ~/.cargo/config

加上

[target.aarch64-linux-android]
linker = "aarch64-linux-android30-clang"
ar = "aarch64-linux-android-ar"

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

windows是为了避免缺少dll的报错,参见

https://rust-lang.github.io/rfcs/1721-crt-static.html

依赖

~12–26MB
~382K SLoC