feat: can recursively load files

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-21 21:46:22 +02:00
parent 06ad4515c2
commit 461f8acb73
16 changed files with 83 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
#![feature(map_try_insert)]
pub mod components;
pub use components::*;