Docs.rs
  • actix-admin-0.5.0
    • actix-admin 0.5.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mgugger
    • Dependencies
      • actix-admin-macros ^0.5.0 normal
      • actix-files ^0.6.2 normal
      • actix-multipart ^0.6.0 normal
      • actix-session ^0.7.2 normal
      • actix-web ^4.3.1 normal
      • async-trait ^0.1.68 normal
      • chrono ^0.4.26 normal
      • derive_more ^0.99.17 normal
      • futures-util ^0.3.28 normal
      • itertools ^0.10.5 normal
      • lazy_static ^1.4.0 normal
      • regex ^1.8.4 normal
      • sea-orm ^0.11.3 normal
      • serde ^1.0.164 normal
      • serde_derive ^1.0.164 normal
      • tera ^1.19.0 normal
      • urlencoding ^2.1.2 normal
      • actix-rt ^2.8.0 dev
      • actix-session ^0.7.2 dev
      • dotenv ^0.15 dev
      • oauth2 ^4.4.1 dev
      • sea-orm ^0.11.3 dev
    • Versions
    • 2.24% 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
    • 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
logo

logo

Crate actix_admin

  • Version 0.5.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
  • view_model

Macros

  • hashmap

Structs

  • ActixAdmin
  • ActixAdminConfiguration
  • ActixAdminMenuElement
  • ActixAdminNotification

Enums

  • ActixAdminError
  • ActixAdminNotificationType

Traits

  • ActixAdminSelectListTrait