Docs.rs
  • actix-admin-0.6.0
    • actix-admin 0.6.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mgugger
    • Dependencies
      • actix-admin-macros ^0.6.0 normal
      • actix-files ^0.6.2 normal
      • actix-multipart ^0.6.1 normal
      • actix-session ^0.8.0 normal
      • actix-web ^4.4.0 normal
      • async-trait ^0.1.74 normal
      • chrono ^0.4.31 normal
      • csv ^1.3.0 normal
      • derive_more ^0.99.17 normal
      • futures-util ^0.3.29 normal
      • lazy_static ^1.4.0 normal
      • regex ^1.10.2 normal
      • sea-orm ^0.12.9 normal
      • serde ^1.0.193 normal
      • serde_derive ^1.0.193 normal
      • tera ^1.19.1 normal
      • urlencoding ^2.1.3 normal
      • actix-rt ^2.9.0 dev
      • actix-session ^0.8.0 dev
      • dotenv ^0.15 dev
      • itertools ^0.12.0 dev
      • oauth2 ^4.4.2 dev
      • sea-orm ^0.12.9 dev
    • Versions
    • 1.91% of the crate is documented
  • Go to latest version
  • 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

actix_admin0.6.0

  • All Items
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
?
Change settings

Crate actix_admin

source ·
Expand description

Actix Admin

The actix-admin crate aims at creating a web admin interface similar to other admin interfaces (such as flask-admin in python).

See the documentation at https://mgugger.github.io/actix-admin/.

Modules

  • builder
  • model
  • prelude
  • routes
  • tera_templates
  • view_model

Macros

  • hashmap

Structs

  • ActixAdmin
  • ActixAdminConfiguration
  • ActixAdminError
  • ActixAdminMenuElement
  • ActixAdminNotification

Enums

  • ActixAdminErrorType
  • ActixAdminNotificationType

Traits

  • ActixAdminSelectListTrait