Robert Winslow
Robert Winslow
We do this in FlatBuffers and it has served us well: https://github.com/google/flatbuffers/blob/master/tests/rust_usage_test/bin/alloc_check.rs
I almost wrote an issue asking for fallible `Value` types, but then I realized that `Value` is meant to handle errors, too. It would be clearer to new users to...
There does not appear to be a way to stream individual `Command` responses back from Redis. Instead, memory is allocated in a tight loop. For large values (e.g. blobs stored...
Hi there! Via @ryan-williams, I'm posting here because I'm interested in making two ports of Zarr: to native Golang and to native Rust. (To me, "native" means "no FFI to...