slint/helper_crates/vtable
2024-03-14 08:52:09 +01:00
..
LICENSES xtask: Fix license symlinks after the latest license header changes 2023-08-17 08:55:28 +02:00
macro vtable: increase version number to account for breaking change in vtable::Dyn 2024-02-26 14:45:47 +01:00
src vtable: Fix soundess issue of VRc::into_dyn for !Send types 2024-02-26 14:45:47 +01:00
tests xtask: Fix up license headers 2023-08-17 08:55:28 +02:00
Cargo.toml vtable: increase version number to account for breaking change in vtable::Dyn 2024-02-26 14:45:47 +01:00
CHANGELOG.md Prepare for release of helper crates 2024-03-14 08:52:09 +01:00
README.md xtask: Fix up license headers 2023-08-17 08:55:28 +02:00

vtable crate

Crates.io Docs.rs

A macro to create ffi-friendly virtual tables.

Check the crate documentation for more details.