Rust wrapper for the ATProto tap utility
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add badges to readme

+3
+3
README.md
··· 1 1 # tapped 2 2 3 + [![Crates.io Version](https://img.shields.io/crates/v/tapped)](https://crates.io/crates/tapped) 4 + [![docs.rs](https://img.shields.io/docsrs/tapped)](https://docs.rs/tapped) 5 + 3 6 A Rust wrapper library for the [`tap`](https://github.com/bluesky-social/indigo/tree/main/cmd/tap) ATProto sync utility. 4 7 5 8 `tapped` provides an idiomatic async Rust interface for spawning and communicating with a `tap` subprocess, making it easy to build applications that sync data from the ATProto network.