Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

shorter caveat

was a bit redundant

+3 -5
+3 -5
slingshot/src/server.rs
··· 355 /// (hostname) to a [`DID`](https://atproto.com/guides/glossary#did-decentralized-id). 356 /// 357 /// Compatibility note: **Slingshot will _always_ bi-directionally verify 358 - /// against the DID document**, which is optional by the authoritative 359 - /// lexicon. You can trust the `DID` returned from this endpoint without 360 - /// further checks, but this may not hold if you switch from Slingshot to a 361 - /// different service offering this query. 362 /// 363 - /// See also the [canonical `com.atproto` XRPC documentation](https://docs.bsky.app/docs/api/com-atproto-identity-resolve-handle) 364 /// that this endpoint aims to be compatible with. 365 #[oai( 366 path = "/com.atproto.identity.resolveHandle",
··· 355 /// (hostname) to a [`DID`](https://atproto.com/guides/glossary#did-decentralized-id). 356 /// 357 /// Compatibility note: **Slingshot will _always_ bi-directionally verify 358 + /// against the DID document**, which is optional according to the 359 + /// authoritative lexicon. 360 /// 361 + /// See the [canonical `com.atproto` XRPC documentation](https://docs.bsky.app/docs/api/com-atproto-identity-resolve-handle) 362 /// that this endpoint aims to be compatible with. 363 #[oai( 364 path = "/com.atproto.identity.resolveHandle",