Archway
Rust traits for
Rc
and
Arc
interoperation.
Requirements
There are no external dependencies for this crate.
This crate is
no-std
, but requires
alloc
. This should not be a problem. If you are writing allocation-free code, how could you make use of shared pointers?