4 releases
0.1.4 | Nov 4, 2023 |
---|---|
0.1.3 | Oct 5, 2023 |
0.1.2 | Jun 22, 2023 |
0.1.1 | Apr 9, 2023 |
0.1.0 |
|
#340 in Memory management
850 downloads per month
Used in 23 crates
(2 directly)
31KB
425 lines
tarc
Transposable, type-erasable, and FFI-compatible Arc.
tarc
is a fork of std::sync::Arc
with several additions easing its use in type-erased
scenarios.
lib.rs
:
tarc
Transposable, type-erasable, and FFI-compatible Arc.
tarc
is a fork of std::sync::Arc
with several additions easing its use in type-erased
scenarios.