Docs.rs
deciduous-0.13.15
deciduous 0.13.15
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
notactuallytreyanastasio
Dependencies
chrono ^0.4
normal
clap ^4.4
normal
clap_complete ^4.4
normal
colored ^2.0
normal
diesel ^2.2
normal
libsqlite3-sys ^0.30
normal
regex ^1.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_urlencoded ^0.7
normal
sha2 ^0.10
normal
tiny_http ^0.12
normal
toml ^0.8
normal
ts-rs ^10.1.0
normal
optional
uuid ^1.0
normal
proptest ^1.7.0
dev
serde_yaml ^0.9.34
dev
tempfile ^3.23.0
dev
ts-rs ^10.1.0
dev
Versions
45.31%
of the crate is documented
Platform
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
Skip to main content
Module github_issue_cache
deciduous
0.13.15
Module github_
issue_
cache
Module Items
Modules
Structs
Constants
Type Aliases
In deciduous::
schema
deciduous
::
schema
Module
github_
issue_
cache
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