apple-localauthentication 0.3.5

Safe Rust bindings for Apple's LocalAuthentication framework — contexts, rights, persisted secrets, keys, and credentials on macOS
Documentation
1
2
3
//! Backward-compatible re-exports for the original `error` module.

pub use crate::la_error::{LAError, LocalAuthenticationError, Result, LA_ERROR_DOMAIN};