Skip to content

Commit

Permalink
Merge pull request #12 from andrieshiemstra/main
Browse files Browse the repository at this point in the history
@andrieshiemstra , thanks for the first contribution!
  • Loading branch information
gftea authored Dec 5, 2022
2 parents 0871984 + 458e539 commit 3057266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Yet another RabbitMQ client implementation in rust with different design goals.
## Design philosophy

1. API first: easy to use and understand. Keep the API similar as python client library so that it is easier for users to move from there.
2. Minimum external dependencies: as less exteranl crates as possible.
2. Minimum external dependencies: as little external crates as possible.
3. lock free: no mutex/lock in client library itself.


Expand Down

0 comments on commit 3057266

Please sign in to comment.