Brian Anderson

Results 400 comments of Brian Anderson

> lgtm. Why can't you use a blanket impl? Is that the long-term plan? I don't remember exactly. I tried using a blanket impl but couldn't get an implementation to...

> @brson are you looking to fix [#2679 (comment)](https://github.com/tigerbeetle/tigerbeetle/pull/2679#discussion_r1934335353) (avoid conversion between "Rust" types and "C" type and instead exposing just one type with a known public ABI in the...

@matklad I pushed a commit that replaces bindgen. It has some todos still at the top that I'll address before finishing this pr. At the moment it exactly reproduces bindgen's...

I pushed another commit that fixes incorrect types for enums and packed structs in the bindings generator. This bug exists in the C generator as well, though seem innocuous in...

Still a little left to do here, including a merge with main.

I've merged with main. Next I'll see what's wrong with CI, but this is almost done.

Almost done. Need to address the TempDir issue and probably add CI for rust.

**Oh note to self: I have forgotten to handle all the new status return values for tb_client API calls**