From 5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 19 Aug 2022 17:09:16 +0200 Subject: Refactor to move more things to `util/` --- readme.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index f0d371a..bdeff01 100644 --- a/readme.md +++ b/readme.md @@ -179,8 +179,6 @@ The files in `src/` are as follows: — helpers often needed when parsing markdown - `compiler.rs` — turns events into a string of HTML -- `constants.rs` - — magic numbers and sets used in markdown - `event.rs` — things with meaning happening somewhere - `lib.rs` @@ -195,8 +193,6 @@ The files in `src/` are as follows: — handle content in other content - `tokenizer.rs` — glue the states of the state machine together -- `unicode.rs` - — info on unicode ## Examples -- cgit