Cargo Features
[dependencies]
ptstd = { version = "0.1.2", default-features = false, features = ["std", "full", "net", "ptr", "thread", "extra", "crypto", "linear", "log", "chrono"] }
- default = full
-
The
full
feature is set by default wheneverptstd
is added without
somewhere in the dependency tree.default-features = false - std full = net, ptr, thread
- full default = extra, std
- net std?
-
Affects
ptstd::net
… - ptr std?
-
Affects
ptstd::ptr
… - thread std?
-
Affects
ptstd::thread
… - extra full = chrono, crypto, linear, log
-
3rd
- crypto extra?
-
Affects
ptstd::crypto
… - linear extra?
-
Affects
ptstd::linear
… - log extra?
-
Affects
ptstd::log
… - chrono extra?
-
Affects
log::slog
…