Crate tarc

source ·
Expand description

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.

Structs

  • Arc that is safe to transpose and type-erase.
  • Arc that is safe to transpose and type-erase.
  • An opaque handle.

Type Aliases