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.
To add this project to your build, append --with //src/sys/lib/by_addr
to the fx set
invocation.
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.
Unit tests for by_addr
are available in the by_addr_tests
package.
$ fx run-test by_addr_tests