#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

#4 in #32-bit

Download history 64/week @ 2023-12-18 40/week @ 2023-12-25 39/week @ 2024-01-01 57/week @ 2024-01-08 70/week @ 2024-01-15 53/week @ 2024-01-22 55/week @ 2024-01-29 63/week @ 2024-02-05 73/week @ 2024-02-12 85/week @ 2024-02-19 106/week @ 2024-02-26 77/week @ 2024-03-04 67/week @ 2024-03-11 76/week @ 2024-03-18 232/week @ 2024-03-25 166/week @ 2024-04-01

554 downloads per month
Used in 4 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