Docs.rs
  • easy-rest-api-0.1.0
    • easy-rest-api 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Si1veR123
    • Dependencies
      • async-trait ^0.1.58 normal
      • chrono ^0.4.23 normal
      • clap ^4.0.22 normal optional
      • env_logger ^0.9.3 normal
      • hyper ^0.14.23 normal
      • json ^0.12.4 normal
      • log ^0.4.17 normal
      • sqlite3 ^0.24.0 normal
      • tokio ^1.21.2 normal
      • toml ^0.5.9 normal
    • Versions
    • 1.52% 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

rest_api0.1.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • api_http_server::routing::BasicRoute
  • app::App
  • database::interfaces::SQLite3Interface
  • database::query::QueryErr
  • database::query::Sqlite3Query
  • database::response::Sqlite3ResponseBuilder
  • database::table_schema::SqlTableSchema

Enums

  • database::interfaces::SQLType
  • database::query::HttpMethod

Traits

  • api_http_server::middleware::Middleware
  • api_http_server::routing::Route
  • database::interfaces::DatabaseInterface
  • database::query::Query
  • database::response::ResponseBuilder

Macros

  • routes

Functions

  • api_http_server::http::run_app_server
  • api_http_server::routing::split_uri_args
  • config_parser::read_config
  • enable_logging