anchor was the one enum-shaped schema field taken via unwrap_or_default() with no manifest-time validation, while width and layer both bail! on an unrecognized value (as does bar.window.anchors). A typo'd anchor silently fell through to breadbar's own runtime eprintln + unanchored-window fallback instead of the load-time hard error every other typo'd key gets. Validate against the three shapes breadbar/src/surface.rs actually implements. |
||
|---|---|---|
| .. | ||
| builtin.rs | ||
| hotreload.rs | ||
| manifest.rs | ||
| mod.rs | ||
| types.rs | ||