You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rust-security-framework crate provides a comprehensive binding to the entire Security Framework and already includes some relevant keychain types like SecKey:
It might make sense to merge efforts, or at least find some way to share types like SecKey (e.g. this crate could depend on security-framework). I've opened an issue about this here:
The
rust-security-framework
crate provides a comprehensive binding to the entire Security Framework and already includes some relevant keychain types likeSecKey
:https://github.com/sfackler/rust-security-framework
It might make sense to merge efforts, or at least find some way to share types like
SecKey
(e.g. this crate could depend onsecurity-framework
). I've opened an issue about this here:kornelski/rust-security-framework#70
The text was updated successfully, but these errors were encountered: