atproto-devtool 0.1.1

A multitool for the atproto developer ecosystem
Documentation
1
2
3
4
5
6
7
8
9
//! `atproto-devtool` library crate.
//!
//! The binary at `src/main.rs` is a thin tokio bootstrap over [`cli::run`].
//! All pipeline modules are re-exported here so integration tests under
//! `tests/*.rs` can reach them as `atproto_devtool::commands::test::labeler::...`.

pub mod cli;
pub mod commands;
pub mod common;