Cargo Features

[dependencies]
zenoh-result = { version = "0.11.0-rc.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of anyhow

zenoh-result has 2 features without comments.