#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

#3 in #32-bit

Download history 48/week @ 2024-07-22 64/week @ 2024-07-29 71/week @ 2024-08-05 67/week @ 2024-08-12 65/week @ 2024-08-19 76/week @ 2024-08-26 63/week @ 2024-09-02 53/week @ 2024-09-09 39/week @ 2024-09-16 95/week @ 2024-09-23 95/week @ 2024-09-30 50/week @ 2024-10-07 83/week @ 2024-10-14 63/week @ 2024-10-21 69/week @ 2024-10-28 84/week @ 2024-11-04

307 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