foundationdb-rs
foundationdb-rs copied to clipboard
FoundationDB Rust client api
This is the PR draft to resolves #27 and based on the initial work done by @garrensmith available on #186. I wrote some basic tests, but here's a TODO list:...
Please note that the development of the crate has moved to the dedicated [Github org](https://github.com/foundationdb-rs/foundationdb-rs). More info can be found here: https://github.com/foundationdb-rs/foundationdb-rs/issues/1
When adding these lines to by `Cargo.toml` ``` [dependencies] foundationdb = "0.5" futures = "0.3" ``` I get a compile error: ``` error: linking with `cc` failed: exit status: 1...
Hi :wave: Is this repo still maintained by Clikengo? Pull requests seems to be stacking, while CI is not working anymore.
Opening an issue since I'm about to start working on this and to get feedback before any PRs are sent out. It looks like there are a couple of pieces...
The FDB community is officially discontinuing the Windows build (see apple/foundationdb#5135 for more info). We cannot download msi packages as they were removed from official sites. As the `windows-latest` is...
The other range methods have these bounds...
The documentation says "boot" is unsafe because it can't guarantee that the return value is dropped. The typical solution to this in Rust is to have the function take a...
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Changelog Sourced from bindgen's changelog. 0.59.1 Released 2021/07/26 Fixed Fixed incorrect bitfield constructors generated for very large bitfields (#2082). 0.59.0...
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. Release notes Sourced from env_logger's releases. v0.9.0 Breaking Changes: Default message format now prints the target instead of the module...