Cargo Features

[dependencies]
try-partialord = { version = "0.1.3", default-features = false, features = ["std"] }
default = std

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

std default

Affects sort::TrySort.try_sort, sort::TrySort.try_sort_by, sort::TrySort.try_sort_by_key, sort::TrySort.try_sort_by_cached_key