commit | b20f63385c5dfe230dced2efe1ca053fe6a1f2ea | [log] [tgz] |
---|---|---|
author | Benjamin Brittain <bwb@google.com> | Wed Oct 17 10:03:22 2018 -0700 |
committer | Benjamin Brittain <bwb@google.com> | Mon Oct 22 00:43:36 2018 +0000 |
tree | da77c76b6eb3b519d43398a9202a6aeaacd8d87f | |
parent | c0d08a497d1fa09798743273348d78907374a3b8 [diff] |
[rust] add pretty assertions library OSRB-78 OSRB-79 Change-Id: I7a2d52cc87d3a614d4b075e06268fcf98a1c73f1
After modifying Cargo.toml
, Run fx update-rustc-third-party
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.
This repository contains vendored copies of third party code used in Fuchsia.
Further documentation is available here:
https://fuchsia.googlesource.com/docs/+/master/development/languages/rust/third_party.md