Cargo Features

[dependencies]
async-rx = { version = "0.1.3", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever async-rx is added without default-features = false somewhere in the dependency tree.

alloc default

Affects async-rx::StreamExt.batch_with