capnproto-rust icon indicating copy to clipboard operation
capnproto-rust copied to clipboard

Cap'n Proto for Rust

Results 101 capnproto-rust issues
Sort by recently updated
recently updated
newest added

`RefCell` will quietly panic during a double write, but `Mutex` locks the current thread. Using `RefCell` limits the code to single-threaded programs, which I assume most services calling RPC aren't?