Docs.rs
  • create-rust-app-8.0.2
    • create-rust-app 8.0.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Wulf
    • Dependencies
      • actix-files ^0.6.0 normal
      • actix-http ^3.0.4 normal
      • actix-multipart ^0.4.0 normal
      • actix-web ^4.0.1 normal
      • actix-web-httpauth ^0.6.0 normal
      • anyhow ^1.0.57 normal
      • argonautica ^0.2.0 normal
      • aws-config ^0.8.0 normal
      • aws-endpoint ^0.8.0 normal
      • aws-sdk-s3 ^0.8.0 normal
      • aws-types ^0.8.0 normal
      • base64 ^0.13.0 normal
      • chrono ^0.4.22 normal
      • derive_more ^0.99.17 normal
      • diesel ^2.0.0-rc.1 normal
      • diesel_derives ^1.4.1 normal
      • diesel_migrations ^2.0.0-rc.1 normal
      • dotenv ^0.15.0 normal
      • env_logger ^0.9.0 normal
      • futures ^0.3.21 normal
      • futures-util ^0.3.21 normal
      • http ^0.2.6 normal
      • jsonwebtoken ^7.2.0 normal
      • lazy_static ^1.4.0 normal
      • lettre ^0.9.6 normal
      • lettre_email ^0.9.4 normal
      • md5 ^0.7.0 normal
      • mime_guess ^2.0.4 normal
      • poem ^1.3.30 normal
      • serde ^1.0.143 normal
      • serde_json ^1.0.83 normal
      • tera ^1.17.0 normal
      • tokio ^1 normal
      • tsync ^1.3.0 normal
      • uuid ^0.8.2 normal
    • Versions
    • 30.65% of the crate is documented
  • Go to latest version
  • Platform
    • 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
logo

logo

Crate create_rust_app

logo
Change settings

List of all items

Structs

  • AppData
  • Attachment
  • AttachmentBlob
  • AttachmentData
  • Database
  • Mailer
  • Storage
  • auth::AccessTokenClaims
  • auth::Auth
  • auth::PaginationParams
  • auth::Permission
  • auth::Role
  • auth::RolePermission
  • auth::RolePermissionChangeset
  • auth::User
  • auth::UserChangeset
  • auth::UserPermission
  • auth::UserPermissionChangeset
  • auth::UserSession
  • auth::UserSessionChangeset
  • auth::UserSessionJson
  • auth::UserSessionResponse
  • auth::controller::ActivationInput
  • auth::controller::ChangeInput
  • auth::controller::ForgotInput
  • auth::controller::LoginInput
  • auth::controller::RefreshTokenClaims
  • auth::controller::RegisterInput
  • auth::controller::RegistrationClaims
  • auth::controller::ResetInput
  • auth::controller::ResetTokenClaims
  • dev::controller::HealthCheckResponse
  • dev::controller::MyQueryResult
  • dev::controller::MySqlQuery

Functions

  • auth::controller::activate
  • auth::controller::change_password
  • auth::controller::check
  • auth::controller::destroy_session
  • auth::controller::destroy_sessions
  • auth::controller::forgot_password
  • auth::controller::get_sessions
  • auth::controller::login
  • auth::controller::logout
  • auth::controller::refresh
  • auth::controller::register
  • auth::controller::reset_password
  • auth::endpoints
  • dev::controller::add_system_role
  • dev::controller::check_system_role
  • dev::controller::health
  • dev::controller::is_connected
  • dev::controller::migrate_db
  • dev::controller::needs_migration
  • dev::controller::query_db
  • dev::endpoints
  • net::is_port_free
  • render_single_page_application
  • render_views
  • setup

Typedefs

  • Connection
  • Pool

Constants

  • auth::controller::COOKIE_NAME