From 8eac3e9d4fb981a107e832a7fc70ddb6967b6882 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Tue, 15 Mar 2022 19:51:00 +0530 Subject: [PATCH] Add zoxide under Bincode in the Wild (#525) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0e480e..aeda560 100644 --- a/README.md +++ b/README.md @@ -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