Docs.rs
  • rustium-0.1.4
    • rustium 0.1.4
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • JadJabbour
    • Dependencies
      • amqprs ^2.0.0 normal
      • argon2 ^0.5.3 normal
      • axum ^0.7.5 normal
      • axum-extra ^0.9.4 normal
      • bytes ^1.7.2 normal
      • chrono ^0.4.31 normal
      • config ^0.14.0 normal
      • http ^1.0.0 normal
      • jsonwebtoken ^9.3.0 normal
      • mime ^0.3.17 normal
      • modql ^0.4.0 normal
      • more-di ^3.1.0 normal
      • more-di-axum ^0.2.0 normal
      • once_cell ^1.19.0 normal
      • redis ^0.27.2 normal
      • serde ^1.0.189 normal
      • serde_json ^1.0.108 normal
      • surrealdb ^2.0.1 normal
      • thiserror ^1.0.63 normal
      • tokio ^1.33.0 normal
      • tower-http ^0.6.0 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
    • Versions
    • 5.82% 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

rustium0.1.4

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • RustiumApp
  • authentication::authorization::Read
  • authentication::authorization::Write
  • authentication::token::Claims
  • authentication::token::TokenUser
  • context::AppContext
  • datastore::idb_dal::IdThing
  • datastore::rabbit_dal::RabbitDAL
  • datastore::redis_dal::RedisDAL
  • datastore::surreal_dal::SurrealDAL
  • error::BadRequest
  • prelude::Wrap
  • response::RustiumResponse
  • response::pagination::ResponsePagination
  • settings::RustiumSettings
  • settings::api::ApiSettings
  • settings::auth::AuthSettings
  • settings::database::DatabaseSettings
  • settings::logger::LoggerSettings
  • settings::rabbit::RabbitSettings
  • settings::redis::RedisSettings
  • settings::server::ServerSettings

Enums

  • error::AuthenticateError
  • error::RustiumError

Traits

  • authentication::auth_service::IAuthService
  • authentication::auth_user::AuthUser
  • authentication::authorization::Action
  • authentication::authorization::Scope
  • datastore::idb_dal::Creatable
  • datastore::idb_dal::Deletable
  • datastore::idb_dal::IDbDal
  • datastore::idb_dal::Patchable
  • datastore::ikv_dal::IKvDal
  • datastore::imq_dal::IMqDal
  • datastore::object::TakeX
  • datastore::object::TakeXImpl
  • service::RustiumService
  • service::RustiumThreadSafe

Macros

  • prelude::f

Functions

  • authentication::token::decode_auth_token
  • authentication::token::encode_auth_token
  • datastore::repositories::base::create
  • datastore::repositories::base::delete
  • datastore::repositories::base::get
  • datastore::repositories::base::list
  • datastore::repositories::base::update
  • logging::tracing::setup_tracing

Type Aliases

  • result::RustiumResult