rustauth-core 0.2.0

Core types and primitives for RustAuth.
Documentation
1
2
3
4
5
6
7
8
mod fast_password;
mod memory_secondary_storage;

pub use fast_password::{
    apply_fast_password_defaults, fast_hash_password, fast_verify_password, real_password_options,
    with_integration_test_defaults,
};
pub use memory_secondary_storage::{MemorySecondaryStorage, MemorySecondaryStorageOptions};