Page MenuHomeDevCentral

lib.rs
No OneTemporary

extern crate diesel;
#[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 database;
/* -------------------------------------------------------------
Custom types
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
pub type ErrorResult<T> = Result<T, Box<dyn std::error::Error>>;

File Metadata

Mime Type
text/x-c
Expires
Sat, Mar 21, 06:22 (13 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3492550
Default Alt Text
lib.rs (556 B)

Event Timeline