tree: e2d008e9f2bf3b1e7a37ba05dc28f1950b27fb41 [path history] [tgz]
  1. .cargo/
  2. ask2patch/
  3. compat/
  4. empty/
  5. forks/
  6. src/
  7. vendor/
  8. .gitattributes
  9. BUILD.gn
  10. Cargo.lock
  11. Cargo.toml
  12. outdated.toml
  13. OWNERS
  14. owners.toml
  15. README.md
third_party/rust_crates/README.md

Fuchsia Rust package (crates.io) mirror Repository

Quickstart

After modifying Cargo.toml, Run fx update-rustc-third-party

macOS

You will need a modern OpenSSL and to export either PKG_CONFIG_PATH or CFLAGS and LDFLAGS in order for cargo to find it, before running fx update-rustc-third-party.

You can install using brew install openssl and observe brew info openssl for the above exports. It is recommended you only export these as-needed, not permanently, to avoid causing incompatibilities with other software.

Description

This repository contains vendored copies of third party code used in Fuchsia.

Further documentation is available here:

//docs/development/languages/rust/external_crates.md