We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97924c commit a1c0aa6Copy full SHA for a1c0aa6
1 file changed
README.md
@@ -21,6 +21,7 @@ library.
21
22
## Bincode in the Wild
23
24
+* [copper-rs](https://github.com/copper-project/copper-rs): copper-rs uses Bincode.
25
* [google/tarpc](https://github.com/google/tarpc): Bincode is used to serialize and deserialize networked RPC messages.
26
* [servo/webrender](https://github.com/servo/webrender): Bincode records WebRender API calls for record/replay-style graphics debugging.
27
* [servo/ipc-channel](https://github.com/servo/ipc-channel): IPC-Channel uses Bincode to send structs between processes using a channel-like API.
0 commit comments