#32-bit #int #bool-ish

bool32

A simple 32-bit bool-ish type

3 releases (1 stable)

1.0.0 Mar 25, 2024
0.1.1 Mar 8, 2023
0.1.0 Mar 8, 2023

#7 in #32-bit

Download history 77/week @ 2024-10-29 64/week @ 2024-11-05 38/week @ 2024-11-12 63/week @ 2024-11-19 71/week @ 2024-11-26 61/week @ 2024-12-03 115/week @ 2024-12-10 74/week @ 2024-12-17 33/week @ 2024-12-24 64/week @ 2024-12-31 74/week @ 2025-01-07 111/week @ 2025-01-14 83/week @ 2025-01-21 77/week @ 2025-01-28 117/week @ 2025-02-04 88/week @ 2025-02-11

385 downloads per month
Used in 5 crates (via fermium)

Zlib OR Apache-2.0 OR MIT

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.

No runtime deps