From 9bcfd8d2e5222d2f658fd95de1e283cb9b53fcee Mon Sep 17 00:00:00 2001 From: askiiart <dev@askiiart.net> Date: Tue, 14 Jan 2025 18:24:13 -0600 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16943cf..d9028a6 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,11 @@ TODO ## Limitations -This currently only supports lowercase text in the latin alphabet without numbers or anything - however, using `cat2text::core`, you can convert anything to meows, as long as you can put it in integers - which, you can. +This currently only supports lowercase text in the latin alphabet, and byte arrays. ## TODO -- Add more bases - any base option? - - Once this is done, set base 4 as aliases of this - Make `core::{cat_to_num, num_to_cat}` usage consistent with each other - Improve CLI - Add error handling +- Do `AsRef` stuff