separate children proxy components

This commit is contained in:
yggverse 2025-07-26 04:26:20 +03:00
parent 02f6419b92
commit b15e4a5fc1
11 changed files with 310 additions and 193 deletions

View file

@ -0,0 +1,5 @@
#[derive(Clone)]
pub struct Memory {
pub host: String,
pub is_enabled: bool,
}