rust_like_result 2.2.0 rust_like_result: ^2.2.0 copied to clipboard
The Result<T> type implemented in Ok<T> and Err<T> types with unwrap methods.
1.0.0 #
- Initial version, created by Stagehand
1.0.1 #
- Fix homepage
1.0.2 #
- Add example
1.0.3 #
- Change example
1.1.0 #
- tryAsResultSync, tryAsResultAsync, testResult - functions added
1.1.1 #
- example improved
1.2.0 #
- pipe operator for Result
1.2.1 #
- pipe function want T type
2.0.0 #
- Null safety was added
2.1.0 #
- Not need to use ! after unwrap
2.2.0 #
- replacePossibleErrorWith method added