#type #ffi #c #bindgen

no-std cty

Type aliases to C types like c_int for use with bindgen

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

#268 in Embedded development

Download history 66625/week @ 2023-12-16 29739/week @ 2023-12-23 49393/week @ 2023-12-30 49605/week @ 2024-01-06 58872/week @ 2024-01-13 61036/week @ 2024-01-20 67680/week @ 2024-01-27 57950/week @ 2024-02-03 51387/week @ 2024-02-10 48886/week @ 2024-02-17 57073/week @ 2024-02-24 55867/week @ 2024-03-02 55423/week @ 2024-03-09 52308/week @ 2024-03-16 58996/week @ 2024-03-23 58499/week @ 2024-03-30

235,537 downloads per month
Used in 1,506 crates (100 directly)

MIT/Apache

8KB
113 lines

crates.io crates.io

cty

Type aliases to C types like c_int for use with bindgen

License

Licensed under either of

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.

No runtime deps