Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 619 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 619 Bytes

Atmo

A Rust SDK for the AT Protocol.

Overview

Atmo provides high-level clients for XRPC and Jetstream via the atmo and atmo_jetstream crates. These crates use the bindings provided by atmo_api, which are parsed from the ATProto Lexicons using atmo_lexicon and generated by atmo_codegen. All these crates depend on atmo_core, which implements the core of the ATProto data model.