From 3d8b27a55dae8d23c870c7354fc88f2eda2144d9 Mon Sep 17 00:00:00 2001 From: "Jeong, YunWon" <69878+youknowone@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:34:36 +0900 Subject: [PATCH] Add archive announcement --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b0db86c..ad72f05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # malachite-bigint +ANNOUNCEMENT: This project is now integrated in the [malachite](https://github.com/mhogrefe/malachite) project. Please visit malachite for recent versions and releases. + + A drop-in replacement for rust [num-bigint](https://github.com/rust-num/num-bigint) based on [malachite](https://github.com/mhogrefe/malachite) `Natural`. This is not an official malachite project. Please directly use malachite unless you need num-bigint compatibility.