chlorine 1.0.12

Just the C types for `no_std`, but builds faster.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "chlorine"
description = "Just the C types for `no_std`, but builds faster."
version = "1.0.12"
authors = ["Lokathor <zefria@gmail.com>"]
edition = "2018"
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://github.com/Lokathor/chlorine"
keywords = ["ctypes", "no_std", "no-std"]
categories = ["no-std", "development-tools::ffi"]

[features]
int_extras = []