From 56ff5c73c7ec19b349e7d60d04ce1057c006d6ec Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 21 Jun 2022 17:24:56 +0200 Subject: Make data a construct --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6689c7f..f5ba870 100644 --- a/readme.md +++ b/readme.md @@ -84,8 +84,6 @@ cargo doc --document-private-items #### Refactor -- [ ] (1) Make text data, string data constructs (document in - `construct/mod.rs`) - [ ] (1) Configurable tokens (destination, label, title) - [ ] (1) Configurable limit (destination) @@ -237,6 +235,8 @@ cargo doc --document-private-items - [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 +- [x] (1) Make text data, string data constructs (document in + `construct/mod.rs`) ### Extensions -- cgit