Crate stackarc

Source
Expand description

A little crate providing a type for creating a Arc on the stack.

Structs§

ArcInner
A type with the same layout as the allocated value of Arc that it’s initialized once you convert a mutable reference to it.