vtable 0.1.6

Helper crate to generate ffi-friendly virtual tables
Documentation
1
2
3
4
5
6
7
8
9

# `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.