summaryrefslogtreecommitdiff
path: root/tests/headers/extern-const-struct.h
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2021-07-16Let Rust derive everything but Default for large arrays in 1.47 and laterIan P. Cooke
Fixes #1977 as of rust-lang/rust#74060 is available since Rust 1.47 Fixes #2041. Closes #2070.
2018-10-22codegen: Teach bindgen to respect constness of statics.Emilio Cobos Álvarez