Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
docs(readme.md): add docs.rs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeron committed Feb 19, 2020
1 parent 39af972 commit d6b715d
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 @@
# Smallbigint

[![Docs.rs link](https://docs.rs/smallbigint/badge.svg)](https://docs.rs/smallbigint)

A wrapper around `num_bigint::BigUint` and `num_bigint::BigInt` that
stays out of the heap for small values.

Expand Down

0 comments on commit d6b715d

Please sign in to comment.