Cargo Features

rigela-utils has no features set by default.

[dependencies]
rigela-utils = { version = "0.1.4", features = ["bass", "clip", "color", "fs", "ibmeci", "killer", "library", "logger", "pipe", "screen"] }
bass = library

Enables common of win-wrap

Affects rigela-utils::bass

clip = clipboard

Affects rigela-utils::clip

color

Affects rigela-utils::color

fs library?

Enables fs and io-util of tokio, shell of win-wrap

Affects rigela-utils::fs

ibmeci

Enables fast-gb-hanzi-encode of encoding_rs

Affects rigela-utils::ibmeci

killer = pipe

Affects rigela-utils::killer

library bass? = fs

Affects rigela-utils::library

logger = log4rs

Affects rigela-utils::logger

pipe killer? = serde_json_bytes

Enables io-util, net and time of tokio and derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

Affects rigela-utils::pipe

screen = png

Enables graphic of win-wrap

Affects rigela-utils::screen

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.

clipboard clip?
encoding_rs ibmeci?
log4rs logger?
png screen?
serde pipe?
serde_json_bytes pipe?
tokio fs? pipe?
win-wrap bass? fs? screen?