Skip to content

Commit

Permalink
feat: Refactor state machines into modules, bump to v0.3.0
Browse files Browse the repository at this point in the history
Added a couple benchmarks comparing performance of enum and individual
messages. Also, using modules for the state machines reduces code
duplication.
  • Loading branch information
winksaville committed Jan 11, 2023
1 parent 725331b commit 1fa2504
Show file tree
Hide file tree
Showing 8 changed files with 774 additions and 369 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "exper_message_trait"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit 1fa2504

Please sign in to comment.