Skip to content

Commit

Permalink
feat: Remove the error library. Migrated to thiserror package
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Mar 8, 2024
1 parent ef13187 commit ba26905
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 358 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Rust's functionalities are carefully adapted to Dart's paradigms, focusing on a
## Highlights
### Libraries

| [Array] | [Cell] | [Error] | [Iter] | [Option] | [Panic] | [Result] | [Slice] | [Typedefs] |
| [Array] | [Cell] | [Iter] | [Option] | [Panic] | [Result] | [Slice] | [Typedefs] |

🔥 **Extensive Extensions:** Dozens of additional extensions with hundreds of methods tailored for Dart. These
extensions are designed for maximum composability, addressing specific scenarios.
Expand All @@ -34,7 +34,6 @@ it's also available for `T?`.


[Cell]: https://github.com/mcmah309/rust_core/tree/master/lib/src/cell
[Error]: https://github.com/mcmah309/rust_core/tree/master/lib/src/error
[Option]: https://github.com/mcmah309/rust_core/tree/master/lib/src/option
[Panic]: https://github.com/mcmah309/rust_core/tree/master/lib/src/panic
[Result]: https://github.com/mcmah309/rust_core/tree/master/lib/src/result
Expand Down
3 changes: 0 additions & 3 deletions lib/error.dart

This file was deleted.

50 changes: 0 additions & 50 deletions lib/src/error/README.md

This file was deleted.

94 changes: 0 additions & 94 deletions lib/src/error/error.dart

This file was deleted.

209 changes: 0 additions & 209 deletions test/error/error_test.dart

This file was deleted.

0 comments on commit ba26905

Please sign in to comment.