Darren Kulp
Darren Kulp
I have previously done some experiments in this area, and I plan on working on this myself sometime after the completion of #43.
Keeping the current behavior as default sounds fine to me. I intend to get to this eventually, but it will probably not be what I do first. I am working...
I just realized that since #10 switched to `dylib` linking for `liblightning`, we have a big problem -- an external user of `lightning-sys` will not know where to find the...
[A helpful web page I found](https://kornel.ski/rust-sys-crate) suggests that the [`pkg-config` crate](https://crates.io/crates/pkg-config) with static linking could cover most major operating systems except Windows. I will try to follow that site's recommendations...
I like the idea of providing functions with lifetimes, but I am not sure whether it is possible in general. At least in the case of variadic C functions, the...
> I like the idea of providing functions with lifetimes, but I am not sure whether it is possible in general. At least in the case of variadic C functions,...
I happened to confirm that the same error (`Compare` "not found in scope") occurs as of [v0.60.1](https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1).
@chrysn PR #2083 had the same error message and a similar situation, and was at least partially resolved by #2200. Could you confirm whether the latest bindgen `master` branch avoids...
> Should I open up a separate issue about the generated ~~Derive~~ **Debug** code not working well for packed structs, or do we keep tracking this here? @chrysn It would...
I noticed that this issue looks like the same thing as #961. Maybe one of them can be closed as a duplicate of the other.