carbotaniuman

Results 28 comments of carbotaniuman

This macro is already writable with stable Rust, with 2 library implementations of varying QoL. A compiler that wishes to reorder structs (in a way as described above) must already...

I do believe that there should be a public interface for getting the secrets out of RustTLS, for a server I've been working I simply pin RustTLS and transmute all...

It's effectively #424, but my impression was that was dismissed offhandly (and I didn't want to add to the noise at the time), so I just worked around it.

The API of `RawWaker` doesn't allow the data to be stored inline (`const ()`), so I don't think this is an actual issue.

How much of this should go in a future Java binding?

Personally, I think I'd be fine with a libc MSRV bump just so stuff like unions and more idiomatic Rust can be used, instead of having to deal with poor...

I've finally had the time to iron out bugs and work on my [C preprocessor](https://github.com/carbotaniuman/albronze), which is derivative of but largely a rewrite of the earlier Saltwater attempt. https://github.com/rust-lang/rust-bindgen/pull/1782 It...

I am ambivalent on this proposal as-is without something like `addr` on function items, as having to chain casts between a data pointer seems like we're making the actual usage...