Module librsnek::system::rc [] [src]

Configure the type of reference counts through compile time feature flags.

Modules

impl_multithreaded

Multithreaded reference counts enabled with --cfg-feature="rsnek_multithreaded

impl_single_threaded

Single threaded reference counts enabled by default

Structs

StrongRc

A single-threaded reference-counting pointer.

WeakRc

Weak is a version of [Rc] that holds a non-owning reference to the