Page MenuHomeDevCentral

lib.rs
No OneTemporary

extern crate diesel;
extern crate dotenv;
#[macro_use] extern crate log;
extern crate r2d2;
extern crate rocket;
extern crate rocket_contrib;
/* -------------------------------------------------------------
Public modules offered by this crate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
pub mod api;
pub mod config;
pub mod database;
/* -------------------------------------------------------------
Custom types
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
pub type ErrorResult<T> = Result<T, Box<dyn std::error::Error>>;

File Metadata

Mime Type
text/x-c
Expires
Wed, Mar 18, 11:50 (17 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3474030
Default Alt Text
lib.rs (593 B)

Event Timeline