Docs.rs
chug-cli-0.1.2
chug-cli 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Benjamin-Davies
Dependencies
anyhow ^1.0.97
normal
arwen ^0.0.1
normal
clap ^4.5.32
normal
data-encoding ^2.8.0
normal
diesel ^2.2.8
normal
diesel_migrations ^2.2.0
normal
flate2 ^1.1.0
normal
goblin ^0.9.3
normal
rayon ^1.10.0
normal
reqwest ^0.12.15
normal
ring ^0.17.14
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tar ^0.4.44
normal
Versions
22.94%
of the crate is documented
Go to latest version
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
chug_
cli
0.1.2
Module linked_
files
Module Items
Modules
Structs
Constants
Type Aliases
In chug_
cli::
db::
schema
chug_cli
::
db
::
schema
Module
linked_files
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