super verbose experimental effect primitives
Rust effect inspired standard library like primitives. (very experimental avoid using in prod)
Effects are some reasonable constraint bound on a system that's managed via a control layer
NOTE: uses nightly rust please be mindful.
Goals
- Write a very verbose but sane effects like very minimal standard library alternative.
- Design better abstractions and context patterns around it with existing trait system features, and write some discovery on how to improve it further with new features.
- If successful use it for one of my larger projects or deploy at a large company.
Usage
- SimpleIoEff (TODO, not implemented yet!)
use *;
;
Motivation
Figuring out patterns of design for weird ideas I have. And testing various use cases.