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