#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

#8 in #32-bit

Download history 53/week @ 2024-11-15 67/week @ 2024-11-22 62/week @ 2024-11-29 92/week @ 2024-12-06 100/week @ 2024-12-13 55/week @ 2024-12-20 31/week @ 2024-12-27 69/week @ 2025-01-03 99/week @ 2025-01-10 101/week @ 2025-01-17 74/week @ 2025-01-24 102/week @ 2025-01-31 99/week @ 2025-02-07 86/week @ 2025-02-14 126/week @ 2025-02-21 85/week @ 2025-02-28

420 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