idk why this isn't in master yet #94

Merged
cscherrNT merged 79 commits from devel into master 2024-07-22 13:30:20 +02:00
3 changed files with 1 additions and 2 deletions
Showing only changes of commit 57aa7c256a - Show all commits

View File

@ -1,4 +1,5 @@
pub mod repl; pub mod repl;
pub mod printing;
pub use indicatif; pub use indicatif;
pub use console; pub use console;

View File

@ -8,5 +8,3 @@
/// macros to make things faster in your code /// macros to make things faster in your code
pub mod macros; pub mod macros;
/// some general use printing to stdout tools
pub mod printing;