#aliases #bindgen #ebpf #type #aya #c-int #cty

sys no-std aya-ebpf-cty

Type aliases to C types like c_int for use with bindgen

1 unstable release

0.2.1 Apr 6, 2024

#615 in Embedded development

Download history 144/week @ 2024-04-02 83/week @ 2024-04-09 180/week @ 2024-04-16 180/week @ 2024-04-23

587 downloads per month
Used in 5 crates (2 directly)

MIT/Apache

8KB
127 lines

cty

crates.io crates.io

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