Docs.rs
thisweek-core-0.3.0
thisweek-core 0.3.0
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
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
thisweek_
core
0.3.0
Module columns
Module Items
Structs
In thisweek_
core::
db_
sqlite::
sqlite_
schema
thisweek_core
::
db_sqlite
::
sqlite_schema
Module
columns
Copy item path
Source
Expand description
Contains all of the columns of this table
Structs
ยง
name
rootpage
sql
star
Represents
table_name.*
, which is sometimes needed for efficient count queries. It cannot be used in place of
all_columns
, and has a
SqlType
of
()
to prevent it being used that way
tbl_
name
type