slint-ui-templates 0.1.0

Composable Slint UI building blocks — mother-child pattern, token-driven
Documentation
{
  "source": "grid/mod.rs",
  "items": [
    {
      "name": "config",
      "kind": "mod",
      "signature": "pub mod config;",
      "line": 2,
      "doc": "Grid configuration loading and deserialization from TOML target files."
    },
    {
      "name": "zone",
      "kind": "mod",
      "signature": "pub mod zone;",
      "line": 4,
      "doc": "Zone model representing the runtime layout grid with rows and columns."
    },
    {
      "name": "load_target",
      "kind": "fn",
      "signature": "pub fn load_target(path: &Path) -> Result<ZoneModel, Box<dyn std::error::Error>>",
      "line": 12,
      "doc": "Loads a target TOML file and converts its grid config into a `ZoneModel`."
    }
  ]
}