Cargo Features

wiwi has no features set by default.

[dependencies]
wiwi = { version = "0.5.4", features = ["clock-timer", "clock-timer-2", "debounce", "h", "hex", "lazy-wrap", "string-pool", "z85", "tokio", "debounce-dyn-fn", "httparse", "url"] }
clock-timer

Enables chrono and thiserror

Affects wiwi::clock_timer

clock-timer-2

Enables chrono

Affects wiwi::clock_timer_2

debounce

Enables chrono

Affects wiwi::debounce

h

Enables thiserror

Affects wiwi::h

hex

Enables thiserror

Affects wiwi::hex

Required by the generate-hex-table-decoder binary

lazy-wrap string-pool?

Enables parking_lot

Affects wiwi::lazy_wrap

string-pool = lazy-wrap

Enables hashbrown

Affects wiwi::string_pool

z85

Enables thiserror

Affects wiwi::z85

Required by the generate-z85-table-decoder binary

tokio

runtime selection features

Enables tokio

debounce-dyn-fn

config options for certain features
compiler errors if the feature its for isn't enabled

Features from optional dependencies

httparse implicit feature

Enables httparse

httparse:

A tiny, safe, speedy, zero-copy HTTP/1.x parser

url implicit feature

Enables url

url:

URL library for Rust, based on the WHATWG URL Standard