6 个版本
0.1.5 | 2023年12月13日 |
---|---|
0.1.4 | 2023年12月13日 |
0.1.3 | 2021年1月13日 |
0.1.0 | 2020年10月23日 |
#3 在 #drain
每月21次下载
63KB
1.5K SLoC
rust-shed
rust-shed 是一个仓库,包含 Facebook 其他开源项目(如 Mononoke 或 Eden)之间常见的 Rust 包。
构建 rust-shed
TL;DR
您可以使用 cargo
来构建和测试项目。
当使用 thrift_compiler
时,您必须安装 fbthrfit 编译器。对于 MacOS/Unix,要在 $HOME/build
中安装它,请执行以下操作
[rust-shed]$ mkdir $HOME/build
[rust-shed]$ ./build/fbcode_builder/getdeps.py build fbthrift --install-prefix $HOME/build
之后,将 THRIFT=$HOME/build/fbthrift/bin/thrift1
添加到您的环境变量中,或者确保通过将 $HOME/build/fbthrift/bin
添加到 PATH
来使 thrift1
可访问。
或者,您可以使用以下命令构建和运行测试
[rust-shed]$ ./build/fbcode_builder/getdeps.py build rust-shed
[rust-shed]$ ./build/fbcode_builder/getdeps.py test rust-shed
依赖项
贡献
有关如何帮助的说明,请参阅 CONTRIBUTING 文件。
许可
rust-shed 同时受 MIT 和 Apache 许可证,版本 2.0 许可,如 LICENSE-MIT 和 LICENSE-APACHE 文件中所述。
依赖项
~3–12MB
~121K SLoC