slint/helper_crates/vtable
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 xtask: Fix license symlinks after the latest license header changes 2023-08-17 08:55:28 +02:00
macro Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00
src vtable: Upgrade to edition 2024 2025-11-13 15:59:32 +01:00
tests Use "C-unwind" API in our vtable 2025-06-06 14:47:46 +02:00
Cargo.toml vtable: Upgrade to edition 2024 2025-11-13 15:59:32 +01:00
CHANGELOG.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00

vtable crate

Crates.io Docs.rs

A macro to create ffi-friendly virtual tables.

Check the crate documentation for more details.