Skip to content

Releases: Wolfenheimm/rust-state-machine

Macros-Enabled

11 Aug 15:28
Compare
Choose a tag to compare

This release takes the bare-bones release and strips it, using macro functionality over its own code. This is seen when traversing into Shawn Tabrizi's rust-state-machine chapter 7, which specifically introduces Rust macros to reduce boilerplate code and automate implementations.

Bare-Bones

11 Aug 00:58
Compare
Choose a tag to compare

This version is very much a boilerplate version and a small fraction of the mountain that is the Polkadot SDK. It's intended to show the developer how a blockchain works in the back. It isn't intended to be coded in this manner, as there are many macros provided by the foundation which simplifies development and doesn't require you to write as much code. It simply provides a good visual on the "how".