Docs.rs
thisweek-core-0.3.0
thisweek-core 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jeot
Dependencies
arc-swap ^1.7.1
normal
chinese-lunisolar-calendar ^0.2.0
normal
chrono ^0.4.38
normal
cuid2 ^0.1.2
normal
diesel ^2.2.1
normal
diesel_migrations ^2.0
normal
directories ^5.0.1
normal
homedir ^0.2.1
normal
icu ^1.5.0
normal
midstring ^0.1.3
normal
notify-debouncer-mini ^0.4.1
normal
once_cell ^1.19.0
normal
redb ^1.5.0
normal
rusqlite ^0.31.0
normal
serde ^1.0
normal
thiserror ^1.0.63
normal
toml ^0.8.19
normal
Versions
4.19%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
thisweek_
core
0.3.0
Module sqlite_
schema
Module Items
Modules
Structs
Constants
Type Aliases
In thisweek_
core::
db_
sqlite
thisweek_core
::
db_sqlite
Module
sqlite_schema
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