Cargo Features

rust-box has no features set by default.

[dependencies]
rust-box = { version = "0.11.1", features = ["full", "stream-ext-leaky-bucket", "stream-ext-governor", "task-exec-queue-rate", "event", "mpsc-segqueue", "mpsc-vecdeque", "mpsc-indexmap", "mpsc-priority", "dequemap-std", "dequemap-serde", "dequemap-btreemap", "dequemap-hashmap", "collections-std", "collections-serde", "collections-binary-heap", "collections-priority-queue", "handy-grpc-reuse", "counter-rate", "counter-count", "convert-bytesize"] }
full = collections, collections-binary-heap, collections-priority-queue, collections-serde, collections-std, convert, convert-bytesize, counter, counter-count, counter-rate, dequemap, dequemap-btreemap, dequemap-serde, dequemap-std, event, handy-grpc, handy-grpc-reuse, mpsc, mpsc-indexmap, mpsc-priority, mpsc-segqueue, mpsc-vecdeque, queue-ext, std-ext, stream-ext, stream-ext-governor, stream-ext-leaky-bucket, task-exec-queue, task-exec-queue-rate
stream-ext-leaky-bucket full?

Enables leaky-bucket of stream-ext

stream-ext-governor full?

Enables governor of stream-ext

task-exec-queue-rate full?

Enables rate of task-exec-queue

event full? = event-notify
mpsc-segqueue full?

Enables segqueue of mpsc

mpsc-vecdeque full?

Enables vecdeque of mpsc

mpsc-indexmap full?

Enables indexmap of mpsc

mpsc-priority full?

Enables priority of mpsc

dequemap-std full?

Enables std of dequemap

dequemap-serde full?

Enables serde of dequemap

dequemap-btreemap full?

Enables btreemap of dequemap

dequemap-hashmap

Enables hashmap of dequemap

collections-std full?

Enables std of box-collections

collections-serde full?

Enables serde of box-collections

collections-binary-heap full?

Enables binary-heap of box-collections

collections-priority-queue full?

Enables priority-queue of box-collections

handy-grpc-reuse full?

Enables reuse of handy-grpc

counter-rate full?

Enables rate of box-counter

counter-count full?

Enables count of box-counter

convert-bytesize full?

Enables bytesize of box-convert

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

queue-ext full?
stream-ext full? stream-ext-governor? stream-ext-leaky-bucket?
task-exec-queue full? task-exec-queue-rate?
event-notify event?
std-ext full?
mpsc full? mpsc-indexmap? mpsc-priority? mpsc-segqueue? mpsc-vecdeque?
dequemap dequemap-btreemap? dequemap-hashmap? dequemap-serde? dequemap-std? full?
handy-grpc full? handy-grpc-reuse?
collections collections-binary-heap? collections-priority-queue? collections-serde? collections-std? full?

Enables box-collections

counter counter-count? counter-rate? full?

Enables box-counter

convert convert-bytesize? full?

Enables box-convert