slint/helper_crates/vtable/README.md
2020-12-07 15:23:55 +01:00

9 lines
301 B
Markdown

# `vtable` crate
[![Crates.io](https://img.shields.io/crates/v/vtable)](https://crates.io/crates/vtable)
[![Docs.rs](https://docs.rs/vtable/badge.svg)](https://docs.rs/vtable)
A macro to create ffi-friendly virtual tables.
Check the [crate documentation](https://docs.rs/vtable) for more details.