Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24893803
lib.rs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
609 B
Referenced Files
None
Subscribers
None
lib.rs
View Options
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
;
pub
mod
kernel
;
/* -------------------------------------------------------------
Custom types
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
pub
type
ErrorResult
<
T
>
=
Result
<
T
,
Box
<
dyn
std
::
error
::
Error
>>
;
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, Mar 18, 12:15 (22 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3459858
Default Alt Text
lib.rs (609 B)
Attached To
Mode
rLF Limiting Factor
Attached
Detach File
Event Timeline
Log In to Comment