Add zoxide under Bincode in the Wild (#525)

This commit is contained in:
Ajeet D'Souza 2022-03-15 19:51:00 +05:30 committed by GitHub
parent fe611f77c0
commit 8eac3e9d4f
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ library.
* [google/tarpc](https://github.com/google/tarpc): Bincode is used to serialize and deserialize networked RPC messages.
* [servo/webrender](https://github.com/servo/webrender): Bincode records WebRender API calls for record/replay-style graphics debugging.
* [servo/ipc-channel](https://github.com/servo/ipc-channel): IPC-Channel uses Bincode to send structs between processes using a channel-like API.
* [ajeetdsouza/zoxide](https://github.com/ajeetdsouza/zoxide): zoxide uses Bincode to store a database of directories and their access frequencies on disk.
## Example