Skip to main content

encryption_feature_compiled_in

Function encryption_feature_compiled_in 

Source
pub const fn encryption_feature_compiled_in() -> bool
Expand description

Phase 4 (issue #9): true iff this build was compiled with the encryption Cargo feature. Exposed for diagnostic tooling and integration tests that need to dispatch on the feature without embedding a cfg! of their own.