[][src]Crate ctest

ctest - an FFI binding validator

This library is intended to be used as a build dependency in a separate project from the main repo to generate tests which can be used to validate FFI bindings in Rust against the headers from which they come from.

For example usage, see the main README.md for how to set it up.

Structs

TestGenerator

A builder used to generate a test suite.

Enums

Lang

Programming language

VolatileItemKind

A kind of item to which the C volatile qualifier could apply.