explicit 0.0.1
explicit: ^0.0.1 copied to clipboard
Declarative Dart utilities for explicit, predictable development with typed outcomes.
Changelog #
0.0.1 #
- Initial release of
explicit. - Re-exports
ResultandOptiontypes fromexplicit_outcome. - Nullable conversion via
.toOptextension. - Async result pipelines via
AsyncRes<T, E>with lazy execution and short-circuiting. - Async option pipelines via
AsyncOpt<T>. - Lazy async adapters
.toAsyncOpt()and.toAsyncRes(). - Experimental parallel recipe composition via
ParallelOpt2–ParallelOpt5andParallelRes2–ParallelRes5.