···135135136136- ["the most straightforward interface to atproto I've encountered so far."](https://bsky.app/profile/offline.mountainherder.xyz/post/3m3xwewzs3k2v) - @offline.mountainherder.xyz
137137- "It has saved me a lot of time already! Well worth a few beers and or microcontrollers" - [@baileytownsend.dev](https://bsky.app/profile/baileytownsend.dev)
138138-- ["This is what your library allowed me to do in an hour!!! Thank you!!!"](https://bsky.app/profile/desertthunder.dev/post/3mhhbcula6224)
139139- - @desertthunder.dev
138138+- ["This is what your library allowed me to do in an hour!!! Thank you!!!"](https://bsky.app/profile/desertthunder.dev/post/3mhhbcula6224) - @desertthunder.dev
140139141140142141## Development
+3
crates/jacquard-common/src/xrpc.rs
···1313#[cfg(feature = "streaming")]
1414pub mod streaming;
15151616+/// Hand-written XRPC types for com.atproto endpoints (bootstrap types).
1717+pub mod atproto;
1818+1619use alloc::borrow::ToOwned;
1720use alloc::boxed::Box;
1821use alloc::string::{String, ToString};