tree: 3d6e6cb276dfaee0ad2f128cf9f2204156837fa8 [path history] [tgz]
  1. .cargo/
  2. compat/
  3. src/
  4. tiny_mirrors/
  5. transitional/
  6. vendor/
  7. .gitattributes
  8. BUILD.gn
  9. Cargo.lock
  10. Cargo.toml
  11. OWNERS
  12. 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/third_party.md