viable-impl 0.2.1

Interop with C++ MSVC VTables through Rust! If this hasn't been used for a while, you can message me for the name.
Documentation
1
2
3
4
5
6
7
8
9
10
#[test]
fn tests() {
	let t = trybuild::TestCases::new();
	t.pass("tests/base.rs");
	t.pass("tests/vis.rs");
	t.pass("tests/att.rs");

	// Apparently this fails a little too hard? :/
	// t.compile_fail("tests/fail.rs")
}