2 releases

0.0.2 Aug 22, 2024
0.0.1 Aug 13, 2024

#390 in Authentication

Download history 87/week @ 2024-08-07 45/week @ 2024-08-14 128/week @ 2024-08-21 4/week @ 2024-08-28

264 downloads per month
Used in bmbp_app_util

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–11MB
~110K SLoC