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 | ||
| Cargo.toml | ||
| lib.rs | ||
| README.md | ||
NOTE: This library is an internal crate for the Slint project.
This crate should not be used directly by applications using Slint.
You should use the slint crate instead.
WARNING: This crate does not follow the semver convention for versioning and can
only be used with version = "=x.y.z" in Cargo.toml.