Docs.rs
  • authzen-diesel-core-0.1.0-alpha.0
    • authzen-diesel-core 0.1.0-alpha.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tlowerison
    • Dependencies
      • anyhow ^1 normal
      • async-backtrace ^0.2 normal
      • async-trait ^0.1 normal
      • cfg-if ^1 normal
      • derivative ^2 normal
      • derive_more ^0 normal
      • diesel ^2 normal
      • diesel-async ^0.2 normal
      • either ^1 normal
      • futures ^0.3 normal
      • itertools ^0.10 normal
      • lazy_static ^1 normal
      • mobc ^0.7 normal
      • scoped-futures ^0.1 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • thiserror ^1 normal
      • tokio ^1 normal
      • tracing ^0.1 normal
      • uuid ^1 normal
      • rustc_version ^0.4.0 build
    • Versions
    • 2.22% 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
logo

logo

Crate authzen_diesel_core

  • Structs
  • Enums
  • Traits
  • Type Definitions
  • Trait Aliases
?
Change settings

List of all items

Structs

  • connection::DbConnection
  • connection::TxCleanupError
  • is_deleted::IsDeletedFilter
  • is_deleted::IsNotDeletedFilter
  • is_deleted::Wrapper
  • paginate::MAX_PAGINATE_COUNT
  • paginate::Page
  • paginate::Paged
  • paginate::Paginated

Enums

  • connection::PooledConnection
  • pool::Pool
  • prelude::DbEntityError

Traits

  • audit::Audit
  • audit::MaybeAudit
  • connection::Db
  • connection::TxFn
  • deletable::Deletable
  • deletable::SoftDeletable
  • is_deleted::IsDeleted
  • is_deleted::IsNotDeleted
  • operations::DbDelete
  • operations::DbGet
  • operations::DbInsert
  • operations::DbUpdate
  • paginate::CanPaginate
  • paginate::PageRef
  • paginate::Paginate
  • paginate::Partition
  • pool::AsyncPoolableConnection
  • prelude::DbDelete
  • prelude::DbEntity
  • prelude::DbGet
  • prelude::DbInsert
  • prelude::DbUpdate

Type Definitions

  • connection::TxCleanup

Trait Aliases

  • connection::TxCleanupFn