slint/api/rs/macros
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
..
LICENSES
Cargo.toml Reformat after edition change 2025-11-27 17:07:35 +01:00
lib.rs Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00

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.