wasmdome-domain

Crates.iowasmdome-domain
lib.rswasmdome-domain
version0.0.7
sourcesrc
created_at2020-02-26 14:35:13.308234
updated_at2020-07-29 16:09:43.085331
descriptionEvent Sourced Domain Model for the 'Assembly Mechs: Beyond WasmDome' Game
homepagehttps://wasmdome.dev
repository
max_upload_size
id212709
size77,927
Kevin Hoffman (autodidaddict)

documentation

https://docs.rs/wasmdome-domain

README

Assembly Mechs: Beyond WasmDome

This crate contains the common domain logic required to perform the match processing. This logic is expressed through event sourcing, where commands are handled by an aggregate that results in 1 or more events. Those events can then be applied to the aggregate that results in state changes.

This pattern embraces immutability and enables things like replay and incredibly easy testing because everything is deterministic and predictable.

Commit count: 0

cargo fmt