slint/helper_crates/vtable
Tobias Hunger 2e3b00e38e janitor: Fix some clippy warnings pre-release
Nothing that should be controversial, but the
`internal/compiler/builtin_macros.rs` could point to a thinko in the original
commit.
2024-05-06 16:47:14 +02:00
..
LICENSES xtask: Fix license symlinks after the latest license header changes 2023-08-17 08:55:28 +02:00
macro janitor: Fix some clippy warnings pre-release 2024-05-06 16:47:14 +02: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.