sbahn icon indicating copy to clipboard operation
sbahn copied to clipboard

Pure Rust Distributed Hash Table

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

It can use a reduce operation to count successes and then create the appropriated response.

Future has an OK value and an Error value, returning a Result in a Future smells wrong. I think you should use `and_then` instead of `map` when the operation may...