From 0101a4f90ac6de850329637392ce0966f4fefa0e Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 11 Dec 2020 19:54:11 +0100 Subject: [PATCH] README: update TODO --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index c394f33..a8de058 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,7 @@ automatically erasing and rewriting when full. For details see `trait StoreBackend`. -## TODO - -* read_int() -* write_str() -* automatic value coercion -* support for floats - -### Ideas +## Ideas * iterator (quadratic) * compaction to a second backend instead on stack