abibool 0.5.2

C ABI compatible boolean types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bytemuck]
optional = true
version = "1"

[package]
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
categories = ["development-tools::ffi"]
description = "C ABI compatible boolean types"
documentation = "https://docs.rs/abibool"
edition = "2018"
exclude = [".vscode"]
keywords = ["bool", "winapi"]
license = "Apache-2.0 OR MIT"
name = "abibool"
readme = "Readme.md"
repository = "https://github.com/MaulingMonkey/abibool"
version = "0.5.2"