rustauth 0.0.2

Re-export alias for the openauth authentication toolkit.
Documentation
1
2
3
4
5
6
7
8
//! Re-export alias for the [`openauth`] authentication toolkit.
//!
//! `rustauth` is the planned primary crate name for this project. Until the
//! rename is complete, it forwards the entire public API of [`openauth`].

#![doc(html_root_url = "https://docs.rs/rustauth/0.0.2")]

pub use openauth::*;