From 8e78fc8f209d20e8f9a76321fcbebf77fa4c57fc Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 11 Jul 2022 14:02:07 +0200 Subject: Update todo list --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 2d87144..120158c 100644 --- a/readme.md +++ b/readme.md @@ -142,7 +142,7 @@ cargo doc --document-private-items #### Misc -- [ ] (3) `nostd` +- [ ] (3) `no_std`: remove all `HashSet`s/`HashMap` to use vecs, vecs w/ tuples? - [ ] (3) Check subtokenizer unraveling is ok - [ ] (3) Remove splicing and cloning in subtokenizer - [ ] (3) Pass more references around -- cgit