separated markup and util crates, no more errors

This commit is contained in:
Anton-4 2021-09-24 20:08:49 +02:00
parent ea62f15ac6
commit f9e2e3469b
26 changed files with 1609 additions and 14 deletions

5
code_markup/src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
pub mod markup;
pub mod markup_error;
pub mod slow_pool;
pub mod syntax_highlight;
pub mod colors;