1 个不稳定版本

0.1.0 2023 年 12 月 13 日

#1885Rust 模式


fb_futures_ext 中使用

MIT/Apache

14KB
211

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

依赖项

  • Cargo 用于构建和测试
  • thrift_compiler crate 需要 fbthrift 已安装或 THRIFT 环境变量指向 thrift 编译器

贡献

有关如何帮助的详细信息,请参阅 CONTRIBUTING 文件。

许可协议

rust-shed 同时受 MIT 和 Apache 许可证,版本 2.0 许可,如 LICENSE-MITLICENSE-APACHE 文件中所述。

依赖项

~0.8–1.4MB
~30K SLoC