Cargo Features

[dependencies]
elor = { version = "1.1.4", default-features = false, features = ["std", "alloc", "serialize", "random", "macro", "async"] }
default = std

The std feature is set by default whenever elor is added without default-features = false somewhere in the dependency tree.

std default

Affects iter::EitherIter.split_either_arc, iter::EitherIter.split_either

alloc

Affects iter::EitherIter.split_either

serialize = serde
random = rand
macro = proc-macro2, quote, syn
async = futures

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.

futures async?
serde serialize?
rand random?
proc-macro2 macro?
syn macro?

Enables syn ^1

quote macro?