slint/helper_crates/vtable
2021-05-25 15:53:49 +02:00
..
macro Fix cargo clippy warning on the vtable crate 2020-12-04 13:04:14 +01:00
src VRc: use atomic for the strong and weak count 2021-05-25 15:53:49 +02:00
tests VRc: use atomic for the strong and weak count 2021-05-25 15:53:49 +02:00
Cargo.toml VRc: use atomic for the strong and weak count 2021-05-25 15:53:49 +02:00
CHANGELOG.md VRc: use atomic for the strong and weak count 2021-05-25 15:53:49 +02: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.