Cargo Features

kikiutils has no features set by default.

[dependencies]
kikiutils = { version = "0.7.2", features = ["anyhow-ext", "atomic-enum-cell", "fx-collections", "signal", "task", "tracing", "full", "all"] }

Features

anyhow-ext all?

Define features

Enables anyhow

Affects extensions::anyhow

atomic-enum-cell all?

Enables anyhow

Affects atomic::enum_cell

fx-collections all?

Enables dashmap and rustc-hash

Affects types::fx_collections

signal all?

Enables anyhow and tokio

Affects kikiutils::signal

task all?

Enables anyhow, dashmap, futures, rustc-hash, tokio, and tokio-util

Affects kikiutils::task

tracing all?

Enables anyhow, time, and tracing-subscriber

Affects kikiutils::tracing

default

Default and alias

full = all
all full? = anyhow-ext, atomic-enum-cell, fx-collections, signal, task, tracing

Features from optional dependencies

Dependencies