2 releases

0.0.2 Aug 22, 2024
0.0.1 Aug 13, 2024

#468 in Authentication

23 downloads per month
Used in 2 crates

MIT license

23KB
385 lines

BMBP_AUTH

use bmbp_auth::BmbpAuth;
pub struct BmbpAuthImpl;
impl BmbpAuth for BmbpAuthImpl {
    ...
}
let auth = Box::new(BmbpAuthImpl::new());
bmbp_auth::register_bmbp_auth(auth);

Dependencies

~4–12MB
~111K SLoC