Docs.rs
raspberry-web-0.1.3
raspberry-web 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bogeholm
Dependencies
actix ^0.7.9
normal
actix-web ^0.7.19
normal
chrono ^0.4.6
normal
clap ^2.33.0
normal
config ^0.9
normal
diesel ^1.4.2
normal
dotenv ^0.13.0
normal
env_logger ^0.6.1
normal
futures ^0.1
normal
log ^0.4.6
normal
parking_lot ^0.7.1
normal
r2d2 ^0.8.4
normal
r2d2-diesel ^1.0.0
normal
serde ^1.0.89
normal
serde_derive ^1.0.90
normal
serde_json ^1.0.39
normal
diesel_migrations ^1.3.0
dev
rppal ^0.11.1
normal
Versions
22.02%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
raspberry_
web
0.1.3
Module allowed_
states
Module Items
Modules
Structs
Constants
Type Aliases
In raspberry_
web::
schema
raspberry_web
::
schema
Module
allowed_states
Copy item path
Source
Re-exports
§
pub use self::
columns
::*;
Modules
§
columns
Contains all of the columns of this table
dsl
Re-exports all of the columns of this table, as well as the table struct renamed to the module name. This is meant to be glob imported for functions which only deal with one table.
Structs
§
table
The actual table struct
Constants
§
all_
columns
A tuple of all of the columns on this table
Type Aliases
§
Boxed
Query
Helper type for representing a boxed query from this table
SqlType
The SQL type of all of the columns on this table