A better Rust ATProto crate
103
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 30 lines 536 B view raw
1// @generated by jacquard-lexicon. DO NOT EDIT. 2// 3// This file was automatically generated from Lexicon schemas. 4// Any manual changes will be overwritten on the next regeneration. 5 6extern crate alloc; 7 8#[cfg(feature = "app_bsky")] 9pub mod app_bsky; 10pub mod builder_types; 11 12 13#[cfg(feature = "com_atproto")] 14pub mod com_atproto; 15 16 17#[cfg(feature = "test_collision")] 18pub mod test_collision; 19 20 21#[cfg(feature = "test_ns1")] 22pub mod test_ns1; 23 24 25#[cfg(feature = "test_ns2")] 26pub mod test_ns2; 27 28 29#[cfg(feature = "test_ns3")] 30pub mod test_ns3;