slint/api/node/rust
David Faure 41be30ee6a
Some checks are pending
autofix.ci / format_fix (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
autofix.ci / ci (push) Blocked by required conditions
Port from vec![] to Vec::new()
vec![] expands to Vec::new(), but expanding macros takes a bit of
time and takes memory in rust-analyzer. Also, the code was using a mix
of vec![] and Vec::new(), so this is more consistent.
2025-12-05 16:53:45 +01:00
..
interpreter Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
types Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
interpreter.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
lib.rs chore: A few clippy fixes 2025-05-09 13:25:38 +02:00
types.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00