Russell Sears
Russell Sears
This updates and adds details to the flow transport documentation. In this version, there's a dangling reference top some unit tests that I haven't ported (yet). Search: https://github.com/apple/foundationdb/compare/main...sears:foundationdb:rust.patch for `TEST_CASE`....
Rust cxx
This adds cmake support for Rust C++ interoperability via the CXX crate. Sample usage: ``` # ~/build_output/bin/fdbserver -r unittests -f /flow/rust ... Testing /flow/rust/hello_world FDB git SHA: 24677fb7de19cef7a55221524466019d777c4100 Foo: 42;...
Rust
Experimental prototype of a Rust implementation of Flow transport. This is unlikely to be merged any time soon. # Code-Reviewer Section The general guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check...
The transformation is working reasonably well at at this point, but it seems to be being hit by some oink bugs. (See XXX comments in most recent commit). I want...
I tested this in our developer environment with `cmk` and `ccmk` after removing the following environment variables (these environment variables are not set by default in the developer container, but...