supabase_auth/
lib.rs

1
2
3
4
5
6
#![forbid(unsafe_code)]
#![deny(missing_debug_implementations)]

pub mod client;
pub mod error;
pub mod models;