slint/helper_crates/vtable
2022-03-22 18:33:15 +01:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
macro vtable: Quieten possible warning about unused unsafe 2022-03-22 18:33:15 +01:00
src Implement ptr_eq for VWeak and PartialEq for Items (#976) 2022-02-21 17:45:18 +01:00
tests Implement ptr_eq for VWeak and PartialEq for Items (#976) 2022-02-21 17:45:18 +01:00
Cargo.toml Implement ptr_eq for VWeak and PartialEq for Items (#976) 2022-02-21 17:45:18 +01:00
CHANGELOG.md vtable: fix the changelog date 2022-03-09 14:06:33 +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.