Collin Baker
Collin Baker
libclang's API does not provide a straightforward way to check for this, and calling clang_getFieldDeclBitWidth is actively unsafe in this case. See https://github.com/llvm/llvm-project/issues/56644 We probably can't generate reasonable bindings for...
When using bindgen with an assertions-enabled libclang build, the following code fails an assertion. The assertion indicates either bindgen or the internals of libclang are requesting const eval of `sizeof(c)`...
Hey, first I want to say this crate is great. It removes a lot of pain from starting with OS dev. I ran into a minor annoyance: mapping a large...
# Proposal The list of artifact types passed to `--emit=` does not affect the contents of those artifacts (with one exception). If `foo.rlib` depends on `bar.rlib` which was generated with...