Docs.rs
ft-sdk-0.6.3
ft-sdk 0.6.3
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
amitu
Dependencies
anyhow ^1
normal
bytes ^1
normal
chrono ^0.4
normal
diesel ^2.2.4
normal
optional
ft-derive ^0.2.1
normal
ft-sys ^0.3.0
normal
ft-sys-shared ^0.2.1
normal
http ^1
normal
rand ^0.5
normal
rand_core ^0.6
normal
serde ^1
normal
serde_json ^1
normal
serde_urlencoded ^0.7
normal
optional
thiserror ^2
normal
uuid ^1.8
normal
Versions
25.73%
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
ft_sdk
0.6.3
Module fastn_
session
Module Items
Modules
Structs
Constants
Type Aliases
In ft_
sdk::
schema
ft_sdk
::
schema
Module
fastn_session
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