3 releases (1 stable)
1.0.0 | Mar 25, 2024 |
---|---|
0.1.1 | Mar 8, 2023 |
0.1.0 | Mar 8, 2023 |
#3 in #32-bit
307 downloads per month
Used in 5 crates
(via fermium)
5KB
Docs.rs
bool32
A 32-bit bool-ish type
lib.rs
:
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.