4 releases (2 breaking)
0.3.1 | Apr 11, 2023 |
---|---|
0.3.0 | Apr 11, 2023 |
0.2.0 | Apr 11, 2023 |
0.1.2 | Apr 9, 2023 |
#2473 in Rust patterns
6KB
78 lines
Archway
Rust traits for Rc
and Arc
interoperation.
Requirements
- There are no external dependencies for this crate.
- This crate is
no-std
, but requiresalloc
. This should not be a problem. If you are writing allocation-free code, how could you make use of shared pointers?