Cargo Features

ilyvion-util has no features set by default.

[dependencies]
ilyvion-util = { version = "0.10.0", features = ["better-docs", "environment", "nightly", "permutation", "borrowned", "chrono"] }
better-docs
environment = dotenvy, once_cell, thiserror

Affects ilyvion-util::environment

nightly

Affects string_extensions::StringExtensions.trim_matches_in_place, string_extensions::StringExtensions.trim_start_matches_in_place, string_extensions::StringExtensions.strip_prefix_in_place, string_extensions::StringExtensions.strip_suffix_in_place, string_extensions::StringExtensions.trim_end_matches_in_place, string_extensions::UsableDoubleEndedPattern, string_extensions::UsableReversePattern

permutation = num-traits

Affects ilyvion-util::permutation

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.

borrowned implicit feature

Enables borrowned ^0.1

borrowned:

Borrow-or-owned values

Affects ilyvion-util::ownership

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

Affects ilyvion-util::chrono

dotenvy environment?
num-traits permutation?
once_cell environment?
thiserror environment?