#32-bit #api #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

#25 in #32-bit

Download history 134/week @ 2025-09-18 163/week @ 2025-09-25 114/week @ 2025-10-02 110/week @ 2025-10-09 140/week @ 2025-10-16 113/week @ 2025-10-23 108/week @ 2025-10-30 100/week @ 2025-11-06 95/week @ 2025-11-13 107/week @ 2025-11-20 113/week @ 2025-11-27 99/week @ 2025-12-04 91/week @ 2025-12-11 114/week @ 2025-12-18 93/week @ 2025-12-25 109/week @ 2026-01-01

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

Zlib OR Apache-2.0 OR MIT

5KB

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.


Docs.rs

bool32

A 32-bit bool-ish type

No runtime deps