starstraw 0.1.0

Simple authentication back-end that feels like a game
Documentation
1
2
3
4
5
6
7
//! Starstraw Library
pub mod api;
pub mod database;
pub mod model;

pub use database::{Database, ServerOptions};
pub use dorsal::DatabaseOpts;