mozilla / authenticator-rs

Rust library to interact with Security Keys, used by Firefox
https://crates.io/crates/authenticator
Mozilla Public License 2.0
273 stars 70 forks source link

Allow FnOnce callback functions #306

Closed jschanck closed 1 year ago

jschanck commented 1 year ago

This will let us avoid some copying, e.g. https://searchfox.org/mozilla-central/source/dom/webauthn/authrs_bridge/src/lib.rs#772.