-
v2.0.0 Stable
released this
2025-06-18 13:13:57 +00:00 | 4 commits to master since this release- fix!: replace
structured_error()with:with_traceback(). Closes #3 - refactor!: rename
Result.try(fn)toResult.safe(fn) - feat: add
Result:try()to explicitly propagate individual errors
Full Changelog: https://github.com/NTBBloodbath/fallo/compare/v1.1.0...v2.0.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- fix!: replace