Skip to content

Commit

Permalink
Remove misinformation from the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 authored Aug 30, 2023
1 parent 4b1cc50 commit 3bb61b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ error handling **on steroids**.

## Features

* ApiResult is **extremely lightweight**. It is lighter than kotlin.Result.
All instances of it are `value class`es, all operations are `inline`, which means literally 0 overhead.
* ApiResult is **lightweight**. The library tries to inline operators and reduce allocations where possible.
* ApiResult offers 90+ operators covering most of possible use cases to turn your
code from imperative and procedural to declarative and functional, which is more readable and extensible.
* ApiResult defines a contract that you can use in your code. No one will be able to obtain the result of a computation
Expand Down

0 comments on commit 3bb61b9

Please sign in to comment.