slint/helper_crates/vtable
Olivier Goffart a41f56ff8e Don't use deprecated symbol
The new alternative is new in Rust 1.52, so this raise the minimum
supported rust version
2021-05-20 11:19:56 +02:00
..
macro Fix cargo clippy warning on the vtable crate 2020-12-04 13:04:14 +01:00
src Don't use deprecated symbol 2021-05-20 11:19:56 +02:00
tests Add a function in the ComponentVTable to get an ItemRef from an index 2020-11-11 14:29:44 +01:00
Cargo.toml vtable: new VRc and VWeak pointer 2020-11-06 10:11:44 +01:00
CHANGELOG.md The release will not happen today 2020-12-08 17:21:38 +01:00
README.md README for the vtable crate 2020-12-07 15:23:55 +01:00

vtable crate

Crates.io Docs.rs

A macro to create ffi-friendly virtual tables.

Check the crate documentation for more details.