2个版本

0.0.2 2024年8月22日
0.0.1 2024年8月13日

#7 in #bmbp

Download history • Rust 包仓库 132/week @ 2024-08-12 • Rust 包仓库

每月下载132

MIT许可

23KB
385

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);

依赖项

~4–11MB
~111K SLoC