From d1063268e62633a334bb9464f7cba2385da5812d Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 21 Jun 2022 18:06:47 +0200 Subject: Add support for passing token types to destination, label, title --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index f5ba870..934b701 100644 --- a/readme.md +++ b/readme.md @@ -84,7 +84,6 @@ cargo doc --document-private-items #### Refactor -- [ ] (1) Configurable tokens (destination, label, title) - [ ] (1) Configurable limit (destination) #### Parse @@ -237,6 +236,7 @@ cargo doc --document-private-items - [x] (1) Move safe protocols to constants - [x] (1) Make text data, string data constructs (document in `construct/mod.rs`) +- [x] (1) Configurable tokens (destination, label, title) ### Extensions -- cgit