- Bump
rust
version
- Bump
rust
version
- Refactor
rust
package export intorust.dart
overlay - Add
stackTrace
option tobail
,ensure
, andanyhow
- Rename
Error
static fields - Modify
Error
display format
- Export rust instead of rust_core
- Update to
rust_core
1.0.0
- Add
downcastUnchecked
- Update rust_core
- Update dependency
- Stabilize 1.2.0
- Update rust_core
- Migration of Result to the 'rust_core' package. Gaining more features and ecosystem with 100% compatibility.
- Add merge to Iterable Result
- Add more future extensions
- Add toOk and toErr to base
- Add stackTraceDisplayModifier
- Stable Release
- Formatting
- Fix remaining lints
- Stable dev release
- Make match named method
- Result type now has all Rust Result type methods
- Infallible type
- iter
- mapOr
- mapOrElse
- orElse
- isErrAnd
- isOkAnd
- implement all methods and extension for FutureResult
- Default is to now collect stacktrace
- Create stacktraces earlier when needed
- Add Unit
- Update "and" and "or" to be more explicit
- Add handling for Iterable Future Result
- Add toResultEager
- Reverse Anyhow Error
- Add intoFutureResult for any Result type
- More extensions
- Better type matching
- intoUnchecked
- Separate Result into base Result and anyhow Result
- add "and" and "or"
- Initial public release