proto-blue-api 0.3.1

AT Protocol high-level API: agent, rich text, moderation, generated types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by atproto-codegen. Do not edit.
#![allow(clippy::pedantic, clippy::nursery, clippy::all)]

#[path = "addRule.rs"]
pub mod add_rule;
pub mod defs;
#[path = "queryEvents.rs"]
pub mod query_events;
#[path = "queryRules.rs"]
pub mod query_rules;
#[path = "removeRule.rs"]
pub mod remove_rule;
#[path = "updateRule.rs"]
pub mod update_rule;