Docs.rs
zirv-queue-0.1.0
zirv-queue 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Glubiz
Dependencies
chrono ^0.4.39
normal
diesel ^2.2.6
normal
diesel_migrations ^2.2.0
normal
dotenvy ^0.15
normal
env_logger ^0.11.6
normal
envy ^0.4
normal
serde ^1.0.217
normal
serde_json ^1.0.70
normal
thiserror ^2.0.11
normal
typetag ^0.2.19
normal
zirv-db ^0.0.1
normal
Versions
49.6%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Module processed_jobs
zirv_
queue
0.1.0
Module processed_
jobs
Module Items
Modules
Structs
Constants
Type Aliases
In zirv_
queue::
schema
zirv_queue
::
schema
Module
processed_
jobs
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