Davide Mor
Davide Mor
Hi! I needed to store something other than a `String` inside CodeMap but currently that's not supported. The idea would be to add a generic type `T` to both CodeMap...
### Input C/C++ Header ```C++ class Foo { public: void bar(); }; inline void Foo::bar() { // Oh-no } ``` ### Bindgen Invocation Generated by `bindgen input.hpp`, no flags ```Rust...
According to the [itanium cxx ABI](https://itanium-cxx-abi.github.io/cxx-abi/abi-eh.html) (section 1.6.3): > All registers specified as callee-saved by the base ABI are restored, as well as scratch registers GR15, GR16, GR17 and GR18...
As per title, this crate is missing the above headers, this is important because they contain the definition for `ucontext` which is important for certain signal applications. Can they be...