Registry / other / vtable

vtable

JSON →
library0.4.0rscratesunverified

Helper crate to generate FFI-friendly virtual tables.

# Cargo.toml [dependencies] vtable = "0.4.0"
INSTALL
IMPORT
SIG · VTABLE
V
vtable
otherrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VTable
use vtable::VTable;

Define a trait with a virtual table for FFI.

use vtable::VTable; #[vtable] pub trait MyTrait { fn method(&self); } fn main() { println!("VTable macro ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
vtable — cargo add vtable · libregistry