#true #bool32

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

#948 in Embedded development

Download history 72/week @ 2024-12-04 108/week @ 2024-12-11 74/week @ 2024-12-18 20/week @ 2024-12-25 75/week @ 2025-01-01 68/week @ 2025-01-08 116/week @ 2025-01-15 78/week @ 2025-01-22 92/week @ 2025-01-29 106/week @ 2025-02-05 89/week @ 2025-02-12 111/week @ 2025-02-19 113/week @ 2025-02-26 71/week @ 2025-03-05 127/week @ 2025-03-12 100/week @ 2025-03-19

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