Skip to content

Commit

Permalink
added unstable note and set version to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 22, 2017
1 parent 20d9254 commit 0bdb280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apint"
version = "0.1.0"
version = "0.0.0"
authors = ["Robbepop <robbepop@web.de>"]

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ APInt - Arbitrary Precision Integers for Rust
|:-------------------:|:-------------------:|:--------------------:|:------------------:|
| [![travisCI][1]][2] | [![appveyor][3]][4] | [![coveralls][5]][6] | [![licence][7]][8] |

**Development in progress:** *The implementation has not been finished, is unstable and may not work.*

*A*rbitrary *P*recision *Int*egers (APInt) are a way to handle integers that have an arbitrary but
fixed (on runtime) bit-width and offer modulo arithmetic similar to the primitive machine integers.

Expand Down

0 comments on commit 0bdb280

Please sign in to comment.