#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

#957 in Algorithms

Download history 47/week @ 2024-01-24 59/week @ 2024-01-31 59/week @ 2024-02-07 84/week @ 2024-02-14 104/week @ 2024-02-21 86/week @ 2024-02-28 74/week @ 2024-03-06 68/week @ 2024-03-13 201/week @ 2024-03-20 136/week @ 2024-03-27 130/week @ 2024-04-03 76/week @ 2024-04-10 105/week @ 2024-04-17 92/week @ 2024-04-24 76/week @ 2024-05-01 57/week @ 2024-05-08

344 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