tree: 284922b35e93456eea858c18368f429f6ee990d0 [path history] [tgz]
  1. .cargo/
  2. ask2patch/
  3. compat/
  4. empty/
  5. forks/
  6. intree/
  7. mirrors/
  8. src/
  9. supply-chain/
  10. vendor/
  11. .gitattributes
  12. BUILD.gn
  13. Cargo.lock
  14. Cargo.toml
  15. outdated.toml
  16. OWNERS
  17. private_visibility.gni
  18. README.md
  19. 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.