mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
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. |
||
|---|---|---|
| .. | ||
| LICENSES | ||
| macro | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| README.md | ||
vtable crate
A macro to create ffi-friendly virtual tables.
Check the crate documentation for more details.