Add CI badge

This commit is contained in:
Richard Dodd 2020-09-09 10:59:40 +01:00
parent d3fc26c795
commit 2df2b3c365
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# Integer square root
This module contains the single trait `IntegerSquareRoot` and implements it
for primitive integer types.
![ci badge](https://github.com/derekdreery/integer-sqrt-rs/workflows/Continuous%20integration/badge.svg)
## Example
```rust