We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588304c commit 6c0651fCopy full SHA for 6c0651f
31_ffi/bzlib_sys/README.md
@@ -0,0 +1,3 @@
1
+# Windows 支持
2
+
3
+因为 windows 系统中没有 bz2,所以你只能通过源码编译。具体方法请参考 [bzip2-sys](https://github.com/alexcrichton/bzip2-rs/tree/master/bzip2-sys)。
Cargo.toml
@@ -29,7 +29,6 @@ members = [
29
"26_kv",
30
"29_network",
31
"30_unsafe",
32
- "31_ffi/bzlib_sys",
33
"31_ffi/ffi",
34
"31_ffi/ffi_math",
35
"32_xunmi_py"
0 commit comments