Jeffrey Hohenstein

Results 8 comments of Jeffrey Hohenstein

+1 Ubuntu 11.04 32 and 64 bit. The solution to the problem for me is to manually copy rsaBinding.node from build/Release to the root of the module. Then all works...

Sorry no. I tried several things including [this](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=89170c4f95056981e347a281a212b2e2). * I could not manage to find `zerocopy::native_endian::U64`. * I tried several ways to get the compiler to complain as it does...

Thanks for your quick and thoughtful response! I'll give that a rip. Likely tomorrow-ish.

I was on rustc 1.72.0 but I upgraded to test and had the same issue ```bash rustup 1.27.0 (bbb9276d2 2024-03-08) info: This is the version for the rustup toolchain manager,...

Sorry for the delay ... I had moved on in my project and now I cannot repro the error! I swear I was not making it up! Today, with the...

Apologies for the long delay. I re-ran into this issue. It's real. As I think you can see, ## Sample Code ```rust use zerocopy::{AsBytes, FromBytes, FromZeroes, Unaligned}; #[derive(FromBytes, AsBytes, FromZeroes,...

Thanks for the reply Cam! Got it ... I'll take a look at the Bazel configuration. It may be a while as I'm working on other elements of the project....

Understood and thanks for the thoughtful reply. I suppose in general this is the issue with SerDe libraries ... there is an impedance mismatch between the semantics of the language...