feat: Basic implementation of ref #11 and ref #16

This commit is contained in:
demenik
2025-11-17 18:42:04 +01:00
parent 929500734a
commit fc180ce085
16 changed files with 6061 additions and 0 deletions

3
src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod components;
pub mod plugins;
pub mod states;