Closed oscartbeaumont closed 3 months ago
A rewrite of the current system to better use Specta's Language primitives and also to simplify the entire crate/public API.
Language
The typestate patterm we had was very cool but it makes documentation/education harder and honestly isn't going to prevent many issues.
Before merge:
events.rs
TypeMap
constants
LanguageExt
A rewrite of the current system to better use Specta's
Language
primitives and also to simplify the entire crate/public API.The typestate patterm we had was very cool but it makes documentation/education harder and honestly isn't going to prevent many issues.