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

Commit

Permalink
docs: fix typos, advertise Commitizen support
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeron committed Feb 24, 2020
1 parent ed466fe commit 4e364a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Smallbigint

[![Docs.rs link](https://docs.rs/smallbigint/badge.svg)](https://docs.rs/smallbigint)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

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

In the current implementation, we go to the heap for anything that
doesn't fit in 32 bits.

This crate is already has a lot of relevant methods, but it is not really complete
This crate already has a lot of relevant methods, but it is not really complete
yet. Patches are welcome!

## To do, and important:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! In the current implementation, we go to the heap for anything that
//! doesn't fit in 32 bits.
//!
//! This crate is already has a lot of relevant methods, but it is not really complete
//! This crate already has a lot of relevant methods, but it is not really complete
//! yet. Patches are welcome!
//!
//! ## To do, and important:
Expand Down

0 comments on commit 4e364a9

Please sign in to comment.