explicit 0.0.1 copy "explicit: ^0.0.1" to clipboard
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 Result and Option types from explicit_outcome.
  • Nullable conversion via .toOpt extension.
  • 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 ParallelOpt2ParallelOpt5 and ParallelRes2ParallelRes5.
1
likes
160
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Declarative Dart utilities for explicit, predictable development with typed outcomes.

Homepage
Repository (GitHub)
View/report issues

License

MPL-2.0 (license)

Dependencies

explicit_outcome, meta

More

Packages that depend on explicit