Cargo Features
[dependencies]
usdpl-back = { version = "0.11.0", default-features = false, features = ["decky", "blocking", "obfstr", "hex"] }
- default = blocking
-
The
blocking
feature is set by default wheneverusdpl-back
is added without
somewhere in the dependency tree.default-features = false - decky
-
Enables decky of usdpl-core
Affects
usdpl-back::api.decky
… - blocking default
-
synchronous API for async functionality, using tokio
Features from optional dependencies
- obfstr implicit feature
-
Enables obfstr ^0.3
encryption helpers
- hex implicit feature
-
Enables hex
hex:
Encoding and decoding data into/from hexadecimal representation