A better Rust ATProto crate

Fix `DidDocument::handles` always failing when parsed from `MiniDoc`.

authored by alephcubed.com and committed by tangled.org d2e1257c bfb72e29

-1
-1
crates/jacquard-common/src/types/did_doc.rs
··· 103 103 .as_ref() 104 104 .map(|v| { 105 105 v.iter() 106 - .filter_map(|s| s.strip_prefix("at://")) 107 106 .filter_map(|h| Handle::new(h).ok()) 108 107 .map(|h| h.into_static()) 109 108 .collect()