Crate bool32

source ·
Expand description

Provides Bool32, which is a 32-bit bool-ish type.

This is primarily of use with FFI, because APIs in C often use an int as their true/false type.

Structs§