tree: 3e7270736bd94d17d7d29aab7201444d426f3d98
  1. .cargo/
  2. ask2patch/
  3. compat/
  4. configs/
  5. empty/
  6. forks/
  7. intree/
  8. skills/
  9. src/
  10. supply-chain/
  11. vendor/
  12. .gitattributes
  13. .gitignore
  14. BUILD.bazel
  15. BUILD.gn
  16. Cargo.lock
  17. Cargo.toml
  18. outdated.toml
  19. OWNERS
  20. private_visibility.gni
  21. README.md
  22. visibility.gni
third_party/rust_crates/README.md

Vendored Fuchsia Rust packages (crates.io mirroring)

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

Further documentation is available here:

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

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.