9个版本 (4个稳定版)

3.3.3 2021年11月29日
3.3.0 2021年3月8日
3.1.0 2020年10月5日
3.0.6 2020年9月3日
0.0.2 2020年5月22日

#42#rusty

37 每月下载量
用于 in3

自定义许可

16MB
383K SLoC

C 191K SLoC // 0.1% comments C++ 162K SLoC // 0.2% comments Shell 7.5K SLoC // 0.2% comments M4 7.5K SLoC // 0.2% comments Objective-C++ 6K SLoC // 0.2% comments Python 3K SLoC // 0.2% comments Objective-C 1.5K SLoC // 0.2% comments Automake 1.5K SLoC // 0.0% comments SWIG 1.5K SLoC // 0.0% comments GNU Style Assembly 865 SLoC // 0.4% comments Go 452 SLoC // 0.2% comments Assembly 395 SLoC // 0.3% comments Batch 113 SLoC // 0.4% comments Rust 89 SLoC // 0.0% comments Bitbake 55 SLoC AWK 38 SLoC // 0.1% comments Xcode Config 21 SLoC // 0.8% comments Perl 6 SLoC Ruby 3 SLoC

包含(Mach-o 可执行文件,705KB) dump_syms_dwarf_data,(autotools 混淆代码,270KB) configure,(DOS 可执行文件,145KB) dump_syms.exe,(DOS 可执行文件,245KB) symupload.exe,(Windows DLL,170KB) z7_test.dll,(DOS 可执行文件,85KB) dump_syms_regtest64.exe更多

in3-sys

Incubed C库的低级不安全Rust绑定。

API文档

注意:我们不建议直接使用此crate。相反,考虑使用in3-rs,它提供了一个更高级的'Rusty'接口。

要求

  • Rust版本 >= 1.42.0
  • 能够编译IN3 C源代码的工具链
    • Ubuntu: apt-get install build-essential
    • Windows: https://visualstudio.microsoft.com/visual-cpp-build-tools/
  • OpenSSL开发库
    • Ubuntu: apt-get install libssl-dev
    • Windows: 待定
  • CMake版本 >= 3.5.1,因为我们使用cmake crate构建捆绑的IN3 C库
    • Ubuntu: apt-get install cmake
    • Windows: https://cmake.com.cn/install/请确保将其添加到Windows的路径中
  • bindgen 因此需要 clang 开发库
    • Ubuntu: apt-get install clang libclang-dev llvm-dev
    • Windows: 待定

依赖项