tree: 3c92a0622b81146d457a799b340c38a2299bd106 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/lib/by_addr/README.md

by_addr

Reviewed on: 2019-09-24

by_addr is a library which a wrapper class for std::sync::Arc and gives a way to compare two Arcs using memory address.

Building

To add this project to your build, append --with //src/sys/lib/by_addr to the fx set invocation.

Using

by_addr can be used by depending on the //src/sys/lib/by_addr GN target and then using the by_addr crate in a rust project.

by_addr is not available in the SDK.

Testing

Unit tests for by_addr are available in the by_addr_tests package.

$ fx run-test by_addr_tests