Skip to main content

Crate atrg_label

Crate atrg_label 

Source
Expand description

Labeler framework for at-rust-go.

Provides a LabelService for creating, storing, and streaming AT Protocol labels per the com.atproto.label lexicon.

Re-exports§

pub use label::LabelService;
pub use types::Label;
pub use types::LabelValue;
pub use types::LabelerConfig;
pub use types::SignedLabel;

Modules§

label
Label service: create, store, and manage labels.
routes
Axum routes for labeler XRPC endpoints.
signing
Label signing utilities.
store
SQLite-backed label storage.
types
Label types matching the com.atproto.label.defs schema.