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_backend0.3.1

  • All Items

Crate Items

  • Modules
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

Crate tallyweb_backend

Source

Modules§

auth
counter
phase

Structs§

DbAuthToken
DbCounter
DbPhase
DbPreferences
DbUser

Enums§

AuthorizationError
BackendError
ChangeUserError
Hunttype
LoginError
SignupError
TokenStatus

Traits§

DatabaseError

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