Initial setup

This commit is contained in:
2025-12-02 21:50:28 +01:00
parent 465e732474
commit 6c87336e71
7 changed files with 249 additions and 0 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod config;
pub mod error;
pub mod instance;