aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-11 14:02:07 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-11 14:02:07 +0200
commit8e78fc8f209d20e8f9a76321fcbebf77fa4c57fc (patch)
treee2bddc1332aa2c5a4c633bec0aa14f54a4c9c735 /readme.md
parentc98f902eeae2ac9952173385b146249f11364765 (diff)
downloadmarkdown-rs-8e78fc8f209d20e8f9a76321fcbebf77fa4c57fc.tar.gz
markdown-rs-8e78fc8f209d20e8f9a76321fcbebf77fa4c57fc.tar.bz2
markdown-rs-8e78fc8f209d20e8f9a76321fcbebf77fa4c57fc.zip
Update todo list
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
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