Skip to content

0.2.0

Compare
Choose a tag to compare
@idugalic idugalic released this 21 Sep 12:13
· 123 commits to main since this release

fmodel-rust library is optimized for Event sourcing, CQRS, and Domain Modeling.

The goal is to accelerate the development of compositional, safe, and ergonomic applications. Fmodel uses a powerful Rust type-system to bring functional and algebraic domain modeling to Rust.

We appreciate your feedback. Discuss it. Tweet it.

  • EventSourcedAggregate abstracted to use Traits on the fields, not concrete implementation of the Decider
  • MaterializedView abstracted to use Traits on the fields, not concrete implementation of the Decider
  • Enabling concurrent usage of the aggregate/materialized view in multi-threaded runtimes.

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0


Created with ❤️ by Fraktalio