slint/helper_crates/vtable
2020-12-08 17:21:38 +01:00
..
macro Fix cargo clippy warning on the vtable crate 2020-12-04 13:04:14 +01:00
src Make sure everything in the vtable crate is documented 2020-12-04 13:06:50 +01: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.