Docs.rs
  • taitan-0.2.8
    • taitan 0.2.8
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • thegenius
    • Dependencies
      • axum ^0.7.4 normal
      • axum-extra ^0.9.2 normal
      • axum-server ^0.6.0 normal
      • bytes ^1.2 normal
      • chrono ^0.4.2 normal
      • clap ^4.4.18 normal
      • daemonize ^0.5.0 normal
      • derive-new ^0.6.0 normal
      • derive_builder ^0.20.0 normal
      • futures ^0.3 normal
      • headers ^0.4.0 normal
      • http ^1 normal
      • http-body ^1 normal
      • http-body-util ^0.1.0 normal
      • hyper ^1.0.0 normal
      • jsonwebtoken ^9.2.0 normal
      • libc ^0.2.155 normal
      • log ^0.4.20 normal
      • luna-orm ^0.3.6 normal
      • once_cell ^1.19.0 normal
      • rand ^0.8.5 normal
      • reqwest ^0.11 normal
      • serde ^1.0.195 normal
      • serde-inline-default ^0.2.0 normal
      • serde_json ^1.0.111 normal
      • tempfile ^3.10.1 normal
      • thiserror ^1.0.56 normal
      • tokio ^1.35.1 normal
      • tokio-util ^0.7 normal
      • toml ^0.8.14 normal
      • tonic ^0.11.0 normal
      • tower ^0.4 normal
      • tower-http ^0.5.0 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3.18 normal
      • uuid ^1.8.0 normal
      • taitan-test ^0.1.7 dev
    • Versions
    • 22.06% of the crate is documented
  • 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

taitan0.2.8

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • application::Application
  • middleware::grpc::rest_grpc::RestGrpcService
  • middleware::grpc::status::GrpcStatus
  • middleware::jwt::TokenParser
  • middleware::multiplex::MultiplexService
  • response::ApiFailure
  • response::ApiSuccess
  • response::ApiSuccessArray
  • response::ApiSuccessOpt
  • server_conf::ApplicationConfig
  • server_conf::ApplicationConfigBuilder
  • server_conf::Args
  • server_conf::AssetsConfig
  • server_conf::AssetsConfigBuilder
  • server_conf::DaemonConfig
  • server_conf::DaemonConfigBuilder
  • server_conf::HttpConfig
  • server_conf::HttpConfigBuilder
  • server_conf::JwtConfig
  • server_conf::JwtConfigBuilder
  • server_conf::LogsConfig
  • server_conf::LogsConfigBuilder
  • server_conf::TlsConfig
  • server_conf::TlsConfigBuilder
  • state::AppState

Enums

  • application::RunningMode
  • error::Error
  • error::ErrorCode
  • response::ApiResponse
  • response::ApiResponseSerialized
  • server_conf::ApplicationConfigBuilderError
  • server_conf::AssetsConfigBuilderError
  • server_conf::DaemonConfigBuilderError
  • server_conf::HttpConfigBuilderError
  • server_conf::JwtConfigBuilderError
  • server_conf::LogsConfigBuilderError
  • server_conf::TlsConfigBuilderError

Traits

  • file::FileManager
  • middleware::grpc::nest::NestTonic
  • state::SharedState

Functions

  • application::make_redirect_server
  • file::is_path_valid
  • file::save_to_file
  • file::save_to_file_with_prefix
  • file::stream_to_file
  • file::validate_path
  • logger::setup_stdout_logger
  • response::build_response

Type Aliases

  • result::Result

Constants

  • middleware::grpc::status::GRPC_CONTENT_TYPE