Docs.rs
tallyweb-backend-0.3.1
tallyweb-backend 0.3.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
P3rtang
Dependencies
chrono ^0.4.29
normal
dotenvy ^0.15.7
normal
pbkdf2 ^0.12.2
normal
rand ^0.8.5
normal
serde ^1.0.188
normal
sqlx ^0.7.1
normal
thiserror ^1.0.48
normal
uuid ^1.7.0
normal
Versions
0%
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
tallyweb_
backend
0.3.1
All Items
Crate Items
Modules
Structs
Enums
Traits
Functions
Type Aliases
Crate
tallyweb_backend
Copy item path
Source
Modules
§
auth
counter
phase
Structs
§
DbAuth
Token
DbCounter
DbPhase
DbPreferences
DbUser
Enums
§
Authorization
Error
Backend
Error
Change
User
Error
Hunttype
Login
Error
Signup
Error
Token
Status
Traits
§
Database
Error
Functions
§
create_
pool
get_
counter_
by_
id
get_
phase_
by_
id
get_
phases_
from_
parent_
uuid
remove_
counter
remove_
phase
update_
counter
update_
phase
Type Aliases
§
PgPool
An alias for
Pool
, specialized for Postgres.
PgTx