Cargo Features

usdpl-front has no features set by default.

[dependencies]
usdpl-front = { version = "0.11.0", features = ["decky", "debug", "obfstr", "hex"] }
decky

Enables decky of usdpl-core

debug = console_error_panic_hook

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.

console_error_panic_hook debug?

Enables console_error_panic_hook

The console_error_panic_hook crate provides better debugging of panics by logging them with console.error. This is great for development, but requires all the std::fmt and std::panicking infrastructure, so isn't great for code size when deploying.

obfstr implicit feature

Enables obfstr ^0.3

obfstr:

Compiletime string constant obfuscation for Rust

hex implicit feature

Enables hex

hex:

Encoding and decoding data into/from hexadecimal representation