Docs.rs
metis-docs-core-0.2.0
metis-docs-core 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dylanbstorey
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
diesel ^2.0
normal
diesel_migrations ^2.0
normal
gray_matter ^0.2
normal
include_dir ^0.7
normal
libsqlite3-sys ^0.30
normal
pulldown-cmark ^0.9
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
sha2 ^0.10
normal
tera ^1.19
normal
thiserror ^1.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.0
normal
walkdir ^2.0
normal
tempfile ^3.0
dev
tokio-test ^0.4
dev
Versions
48.02%
of the crate is documented
Go to latest version
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
metis_
core
0.2.0
Module document_
relationships
Module Items
Modules
Structs
Constants
Type Aliases
In metis_
core::
dal::
database::
schema
metis_core
::
dal
::
database
::
schema
Module
document_relationships
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