tinkr 0.0.43

Tinkr is a web framework for quickly building full-stack web applications with Leptos.
Documentation
pub mod account;

pub mod account_details;

#[cfg(feature = "ssr")]
pub mod adapter_rs_surreal;

pub mod callback;
pub mod session;

#[cfg(feature = "ssr")]
pub mod token;

pub mod ui_auth;
pub mod user;

pub mod guest;

pub mod authcheck;

pub mod oauth;