rok-core 0.6.0

Core primitives for the rok ecosystem — errors, crypto, i18n, config, DI, and more
Documentation
1
2
3
pub trait AuthFinder {
    fn get_auth_password(&self) -> &str;
}