Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: iepathos/stillwater

Tags

v1.0.0

Toggle v1.0.0's commit message
v1.0 release

v0.15.0

Toggle v0.15.0's commit message
Writer Effect added for logging/accumulation. Sink Effect added for

streaming output

v0.14.0

Toggle v0.14.0's commit message
Add compile time resource tracking

v0.13.0

Toggle v0.13.0's commit message
Add effect recovery combinators, bimap, fold, and other validation co…

…mbinators

v0.12.0

Toggle v0.12.0's commit message
Expanding effect combinators

v0.11.0

Toggle v0.11.0's commit message
Zero cost effects by default with explicit .boxed when users need it

v0.10.0

Toggle v0.10.0's commit message
add tracing support

v0.9.0

Toggle v0.9.0's commit message
Added retry and resilience support

v0.8.0

Toggle v0.8.0's commit message
refactor: remove dead code from homogeneous validation example

Remove unused enum variants from example code to eliminate compiler
warnings. Each enum now contains only the variants that are actually
constructed and used in the examples, while maintaining full
functionality and test coverage.