From 7721f210c16e19b1c2af90f69130386b89bb5104 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 29 Jun 2022 10:26:39 +0200 Subject: Add support for sharing identifiers, references before definitions --- readme.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 155e71c..1626a6a 100644 --- a/readme.md +++ b/readme.md @@ -180,6 +180,8 @@ cargo doc --document-private-items - [ ] (1) Remove todos in `span.rs` if not needed - [ ] (1) Get markers from constructs (`string`, `text`) - [ ] (3) Clean compiler +- [ ] (3) Read through rust docs to figure out what useful functions there are, + and fix stuff I’m doing manually now - [ ] (5) Do some research on rust best practices for APIs, e.g., what to accept, how to integrate with streams or so? - [ ] (1) Go through clippy rules, and such, to add strict code styles -- cgit