From 7effd171218fff68f051671f1373cee467a8f921 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 21 Jun 2022 16:15:39 +0200 Subject: Refactor to move protocols to constants --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 079790c..6689c7f 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit