diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-08-19 17:09:16 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-08-19 17:09:16 +0200 |
commit | 5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5 (patch) | |
tree | d5725002bd5b28b91edb9e6e41ce90c9f3d5063d /readme.md | |
parent | dc6b4ac40a715d724ee597c995eb05ab30baa6e2 (diff) | |
download | markdown-rs-5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5.tar.gz markdown-rs-5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5.tar.bz2 markdown-rs-5e6829c2fb79c2b7f59e38f924e2b2900c52b5d5.zip |
Refactor to move more things to `util/`
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |