miniproto_native::crypto::native_available
Provenance
Section titled “Provenance”- Crate:
miniproto_native - Rust visibility:
restricted - Source:
rust/miniproto/src/crypto.rs - Python exposure:
miniproto._native.native_available(confirmed from adjacent PyO3 attributes)
Signature
Section titled “Signature”fn native_available() -> boolcargo-docs-md rendering
Section titled “cargo-docs-md rendering”native_available
Section titled “native_available”fn native_available() -> boolDefined in rust/miniproto/src/crypto.rs:88-90
Implements Python native_available, which always returns true while this compiled callable
is importable. Python fallback selection happens before this function can be called.