Christian Legnitto

Results 251 comments of Christian Legnitto

Great, I'll try to get time to put up a PR in the next week or so, thanks for looking so quickly!

FYI, this also makes `clippy` complain when run on a transpiled codebase.

You might want to look into https://github.com/TimelyDataflow/differential-dataflow

I'll have a lot of time on my hands to devote to open source soon and I'd love to contribute to a pure rust port. Would you want it as...

Pre-allocated blocks are good in Rust for `no_std` support, which would be desirable from the Rust side anyway. I've personally never written a `no_std` rust lib though, just used them.

Ok, I haven't had time to try to port this "for real", but I was able to run `c2rust` on h3 and then manually tweaked it: https://github.com/LegNeato/unsafe-h3lib All C-based tests...

It actually wasn't too bad to get it working, took me a couple of hours of actual work. It would have been quicker if my find and replace regex skills...

I do not, I can look into it though. I think if the find & replace infra was a bit more robust this wouldn't be necessary. I'll look into a...

Ok, I looked into how `protoc` handles this. It is a mess! Every language does different things and there is a bunch of undocumented behavior. This is a problem because...