#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

#6 in #32-bit

Download history 78/week @ 2024-08-27 60/week @ 2024-09-03 50/week @ 2024-09-10 43/week @ 2024-09-17 96/week @ 2024-09-24 93/week @ 2024-10-01 63/week @ 2024-10-08 75/week @ 2024-10-15 64/week @ 2024-10-22 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 97/week @ 2024-12-10

300 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