Skip to main content

Crate atproto_devtool

Crate atproto_devtool 

Source
Expand description

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::....

Modulesยง

cli
Root clap parser and dispatch entry point.
commands
Top-level subcommand dispatch.
common
Cross-feature primitives shared by every atproto-devtool subcommand.