diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-11 14:02:07 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-11 14:02:07 +0200 |
commit | 8e78fc8f209d20e8f9a76321fcbebf77fa4c57fc (patch) | |
tree | e2bddc1332aa2c5a4c633bec0aa14f54a4c9c735 /readme.md | |
parent | c98f902eeae2ac9952173385b146249f11364765 (diff) | |
download | markdown-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |