mirror of https://git.sr.ht/~stygianentity/bincode
Add zoxide under Bincode in the Wild (#525)
This commit is contained in:
parent
fe611f77c0
commit
8eac3e9d4f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue