slint-ui-templates 0.1.0

Composable Slint UI building blocks — mother-child pattern, token-driven
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "source": "gateway/scripts.rs",
  "items": [
    {
      "name": "load_script",
      "kind": "fn",
      "signature": "pub fn load_script(path: &Path) -> std::io::Result<String>",
      "line": 4,
      "doc": "Load a Rhai script file from disk."
    }
  ]
}