Skip to content

miniproto_native::crypto::native_available

  • Crate: miniproto_native
  • Rust visibility: restricted
  • Source: rust/miniproto/src/crypto.rs
  • Python exposure: miniproto._native.native_available (confirmed from adjacent PyO3 attributes)
fn native_available() -> bool
fn native_available() -> bool

Defined 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.