fdb icon indicating copy to clipboard operation
fdb copied to clipboard

FoundationDB client API for Tokio

Results 3 fdb issues
Sort by recently updated
recently updated
newest added

Looks like rust made a change in 1.70 to throw on misaligned pointer dereferences. I'm seeing some errors: ``` stack backtrace: 0: rust_begin_unwind at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:578:5 1: core::panicking::panic_fmt at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/core/src/panicking.rs:67:14 2:...

I'm trying to read a block of tuples in and group them by a prefix. I need to be able to, for example, drop the first element of the tuple,...