hermod-api 0.1.2

Rapid and seamless customer interaction, designed for CS 495 at The University of Alabama.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Contains structs that model database tables.
mod feedback;
mod field;
mod form;
mod qr_code;
mod user;

pub use feedback::*;
pub use field::*;
pub use form::*;
pub use qr_code::*;
pub use user::*;