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