2 releases
0.2.2 | Oct 9, 2024 |
---|---|
0.2.1 | Apr 6, 2024 |
#565 in Embedded development
5,092 downloads per month
Used in 7 crates
(2 directly)
9KB
131 lines
cty
Type aliases to C types like c_int for use with bindgen
License
Licensed under either of
- Apache License, Version 2.0 LICENSE-APACHE or
- MIT license LICENSE-MIT
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Type aliases to C types like c_int for use with bindgen
MSRV
This crate is guaranteed to compile on stable Rust 1.30.0 and up. It might compile with older versions but that may change in any new patch release.