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

https://fuchsia.googlesource.com/fuchsia/+/master/docs/development/languages/rust/third_party.md