Docs.rs
  • event-driven-core-0.1.49
    • event-driven-core 0.1.49
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Migorithm
    • Dependencies
      • async-recursion ^1.0.5 normal
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • downcast-rs ^1 normal
      • futures ^0.3 normal
      • hashbrown ^0.14 normal
      • macro_rules_attribute ^0.2 normal
      • paste ^1.0.14 normal
      • serde ^1.0.179 normal
      • serde_json ^1 normal
      • tokio ^1 normal
      • tracing ^0.1.37 normal
      • uuid ^1.3.3 normal
    • Versions
    • 12.62% 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
    • 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

event_driven_core0.1.49

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Attribute Macros
  • Derive Macros

List of all items

Structs

  • message::MessageMetadata
  • messagebus::ContextManager
  • messagebus::MessageBus
  • outbox::OutBox
  • prelude::HandlerMapper
  • unit_of_work::UnitOfWork

Enums

  • responses::BaseError

Traits

  • message::Aggregate
  • message::Command
  • message::MailSendable
  • message::Message
  • outbox::IOutBox
  • prelude::Deserialize
  • prelude::Serialize
  • repository::REventManager
  • repository::TRepository
  • responses::ApplicationError
  • responses::ApplicationResponse
  • unit_of_work::Executor
  • unit_of_work::TUnitOfWork

Macros

  • event_macros::prepare_bulk_insert
  • init_command_handler
  • init_event_handler
  • paste
  • prelude::paste
  • prepare_bulk_insert

Attribute Macros

  • prelude::async_trait

Derive Macros

  • prelude::Deserialize
  • prelude::Serialize

Type Aliases

  • messagebus::AtomicContextManager
  • messagebus::Future
  • messagebus::TCommandHandler
  • messagebus::TEventHandler
  • responses::AnyError