5 releases
Uses old Rust 2015
0.2.2 | Oct 9, 2021 |
---|---|
0.2.1 | Nov 16, 2019 |
0.2.0 | Feb 6, 2019 |
0.1.5 | May 29, 2017 |
#981 in Embedded development
219,821 downloads per month
Used in fewer than 101 crates
8KB
113 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 http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/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.