diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 16:15:39 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-06-21 16:15:39 +0200 |
commit | 7effd171218fff68f051671f1373cee467a8f921 (patch) | |
tree | 904e2ef93375f9cf91b96606983684cf9b6261d0 /readme.md | |
parent | 92dbf5f2fd211b236de7ddc69967fedfdd286be9 (diff) | |
download | markdown-rs-7effd171218fff68f051671f1373cee467a8f921.tar.gz markdown-rs-7effd171218fff68f051671f1373cee467a8f921.tar.bz2 markdown-rs-7effd171218fff68f051671f1373cee467a8f921.zip |
Refactor to move protocols to constants
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,6 @@ cargo doc --document-private-items #### Refactor -- [ ] (1) Move safe protocols to constants - [ ] (1) Make text data, string data constructs (document in `construct/mod.rs`) - [ ] (1) Configurable tokens (destination, label, title) @@ -237,6 +236,7 @@ cargo doc --document-private-items - [x] (1) Make sure crlf/cr/lf are working perfectly - [x] (1) Figure out lifetimes of things (see `life time` in source) - [x] (1) Use traits for a bunch of enums, e.g., markers +- [x] (1) Move safe protocols to constants ### Extensions |