Docs.rs
  • sylvia-iot-corelib-0.3.5
    • sylvia-iot-corelib 0.3.5
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • woofdogtw
    • Dependencies
      • anyhow ^1.0.98 normal
      • async-trait ^0.1.88 normal
      • axum ^0.8.4 normal
      • bytes ^1.10.1 normal
      • chrono ^0.4.41 normal
      • clap ^4.5.40 normal
      • futures ^0.3.31 normal
      • hex ^0.4.3 normal
      • hmac ^0.12.1 normal
      • log ^0.4.27 normal
      • log4rs ^1.3.0 normal
      • pbkdf2 ^0.12.2 normal
      • rand ^0.9.1 normal
      • regex ^1.11.1 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • sha2 ^0.10.9 normal
      • tower ^0.5.2 normal
      • tower-layer ^0.3.3 normal
      • url ^2.5.4 normal
      • axum-test ^17.3.0 dev
      • laboratory ^2.0.0 dev
      • tokio ^1.45.1 dev
    • Versions
    • 56.25% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

sylvia_iot_corelib0.3.5

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • constants::CacheEngine
  • constants::ContentType
  • constants::DbEngine
  • constants::MqEngine
  • http::Json
  • http::Path
  • http::Query
  • logger::Config
  • logger::LoggerLayer
  • logger::LoggerMiddleware
  • role::Role
  • server_config::Config

Enums

  • err::ErrResp

Functions

  • err::to_json
  • http::parse_header_auth
  • logger::apply_default
  • logger::init
  • logger::read_args
  • logger::reg_args
  • server_config::apply_default
  • server_config::read_args
  • server_config::reg_args
  • strings::hex_addr_to_u128
  • strings::is_account
  • strings::is_code
  • strings::is_scope
  • strings::is_uri
  • strings::password_hash
  • strings::random_id
  • strings::random_id_sha
  • strings::randomstring
  • strings::time_str
  • strings::u128_to_addr

Constants

  • err::E_AUTH
  • err::E_DB
  • err::E_INT_MSG
  • err::E_NOT_FOUND
  • err::E_PARAM
  • err::E_PERM
  • err::E_RSC
  • err::E_UNKNOWN
  • logger::ACTIX_LOGGER_FORMAT
  • logger::ACTIX_LOGGER_NAME
  • logger::DEF_LEVEL
  • logger::DEF_STYLE
  • logger::FILTER_ONLY
  • logger::LEVEL_DEBUG
  • logger::LEVEL_ERROR
  • logger::LEVEL_INFO
  • logger::LEVEL_OFF
  • logger::LEVEL_WARN
  • logger::STYLE_JSON
  • logger::STYLE_LOG4J
  • logger::SYLVIA_IOT_LOGGER_NAME
  • server_config::DEF_HTTPS_PORT
  • server_config::DEF_HTTP_PORT