1 2 3 4 5 6 7 8 9
//! # Supabase SDK implementation //! //! This module contains the implementation of the Supabase SDK (Which i also maintain) so if you want to use it, you can use this module as a reference. //! //! ### Example //! pub mod supabase; pub mod utils;