Docs.rs
fish-lib-0.1.1
fish-lib 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Zitronenjoghurt
Dependencies
chrono ^0.4.39
normal
chrono-tz ^0.10.1
normal
diesel ^2.2.6
normal
diesel_migrations ^2.2.0
normal
lazy_static ^1.5.0
normal
noise ^0.9.0
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
serde ^1.0.217
normal
serde_json ^1.0.137
normal
thiserror ^2.0.11
normal
Versions
10.9%
of the crate is documented
Go to latest version
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
fish_
lib
0.1.1
Module fish_
specimens
Module Items
Modules
Structs
Constants
Type Aliases
In fish_
lib::
schema
fish_lib
::
schema
Module
fish_specimens
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