Crate toy_pool[][src]

Expand description

Pool with reference-counted items

Modules

Iterator types of the pool

Single-threaded mpsc backed by Rc<RefCell<Vec>>, just for the API

Structs

Owing index to an item in a Pool

Dynamic array with reference-counted Handles

Newtype of u32

Non-owing index to an item in a Pool

Type Definitions

Number of existable references = RefCount::MAX - 1