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ยง

Bool32
A 32-bit bool-ish type.