Crates.io | archway |
lib.rs | archway |
version | 0.3.1 |
source | src |
created_at | 2023-04-09 21:35:40.084632 |
updated_at | 2023-04-11 17:51:13.344393 |
description | Rust traits for Rc and Arc interoperation |
homepage | https://github.com/zfzackfrost/archway |
repository | https://github.com/zfzackfrost/archway |
max_upload_size | |
id | 834542 |
size | 8,427 |
Rust traits for Rc
and Arc
interoperation.
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?