proto-blue-api 0.3.3

AT Protocol high-level API: agent, rich text, moderation, generated types
Documentation
// Generated by atproto-codegen. Do not edit.
#![allow(clippy::pedantic, clippy::nursery, clippy::all)]

pub mod actor;
pub mod ageassurance;
#[path = "authCreatePosts.rs"]
pub mod auth_create_posts;
#[path = "authDeleteContent.rs"]
pub mod auth_delete_content;
#[path = "authFullApp.rs"]
pub mod auth_full_app;
#[path = "authManageFeedDeclarations.rs"]
pub mod auth_manage_feed_declarations;
#[path = "authManageLabelerService.rs"]
pub mod auth_manage_labeler_service;
#[path = "authManageModeration.rs"]
pub mod auth_manage_moderation;
#[path = "authManageNotifications.rs"]
pub mod auth_manage_notifications;
#[path = "authManageProfile.rs"]
pub mod auth_manage_profile;
#[path = "authViewAll.rs"]
pub mod auth_view_all;
pub mod bookmark;
pub mod contact;
pub mod draft;
pub mod embed;
pub mod feed;
pub mod graph;
pub mod labeler;
pub mod notification;
pub mod richtext;
pub mod unspecced;
pub mod video;