From 0bdb280cdafc1a5a8a8593c6e4a76b4fc536de63 Mon Sep 17 00:00:00 2001 From: Hero Bird Date: Mon, 23 Oct 2017 01:56:32 +0200 Subject: [PATCH] added unstable note and set version to 0.0.0 --- Cargo.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 163d1ad..eaedbd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apint" -version = "0.1.0" +version = "0.0.0" authors = ["Robbepop "] [dependencies] diff --git a/README.md b/README.md index d1936bd..5f12a26 100644 --- a/README.md +++ b/README.md @@ -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.