Docs.rs
  • fmodel-rust-0.8.0
    • fmodel-rust 0.8.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • idugalic
    • Dependencies
      • serde ^1.0.200 normal
      • derive_more ^1 dev
      • tokio ^1.37.0 dev
    • Versions
    • 100% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

fmodel_rust0.8.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • aggregate::EventSourcedAggregate
  • aggregate::EventSourcedOrchestratingAggregate
  • aggregate::StateStoredAggregate
  • aggregate::StateStoredOrchestratingAggregate
  • decider::Decider
  • materialized_view::MaterializedView
  • saga::Saga
  • saga_manager::SagaManager
  • specification::DeciderTestSpecification
  • specification::ViewTestSpecification
  • view::View

Enums

  • Sum
  • Sum3
  • Sum4
  • Sum5
  • Sum6

Traits

  • Identifier
  • aggregate::EventRepository
  • aggregate::StateRepository
  • decider::EventComputation
  • decider::StateComputation
  • materialized_view::ViewStateRepository
  • saga::ActionComputation
  • saga_manager::ActionPublisher
  • view::ViewStateComputation

Type Aliases

  • DecideFunction
  • EvolveFunction
  • InitialStateFunction
  • ReactFunction