Skip to content

Commit

Permalink
Add Code Coverage badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed May 11, 2024
1 parent 6892254 commit 4518316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# swap3

[![codecov](https://codecov.io/gh/sunsided/swap3-rs/graph/badge.svg?token=MSO2LJWX6X)](https://codecov.io/gh/sunsided/swap3-rs)

Provides utility functions for simultaneously swapping three values by rotating them
either left (`abc``bca`) or right (`abc``cab`). These functions can come in handy e.g.
when rotating elements of a binary tree in list representation.
Expand Down

0 comments on commit 4518316

Please sign in to comment.