+1
-1
jetstream/Cargo.toml
+1
-1
jetstream/Cargo.toml
+22
-5
jetstream/examples/arbitrary_record.rs
+22
-5
jetstream/examples/arbitrary_record.rs
·········
+20
-31
jetstream/examples/basic.rs
+20
-31
jetstream/examples/basic.rs
············
-40
jetstream/src/events/account.rs
-40
jetstream/src/events/account.rs
···
-55
jetstream/src/events/commit.rs
-55
jetstream/src/events/commit.rs
···-/// An event representing a repo commit, which can be a `create`, `update`, or `delete` operation.-/// Basic commit specific info bundled with every event, also the only data included with a `delete`
-28
jetstream/src/events/identity.rs
-28
jetstream/src/events/identity.rs
···
+90
-32
jetstream/src/events/mod.rs
+90
-32
jetstream/src/events/mod.rs
············+"record": {"$type":"app.bsky.feed.post","createdAt":"2025-04-01T16:58:06.154Z","langs":["en"],"text":"I wish apirl 1st would stop existing lol"}+r#"{"$type":"app.bsky.feed.post","createdAt":"2025-04-01T16:58:06.154Z","langs":["en"],"text":"I wish apirl 1st would stop existing lol"}"#+let json = r#"{"did":"did:plc:ai3dzf35cth7s3st7n7jsd7r","time_us":1743526687419798,"kind":"commit","commit":{"rev":"3llrdsginou2i","operation":"create","collection":"app.bsky.feed.post","rkey":"3llrdsglqdc2s","record":{"$type":"app.bsky.feed.post","createdAt":"2025-04-01T16:58:06.154Z","langs":["en"],"text":"I wish apirl 1st would stop existing lol"},"cid":"bafyreidofvwoqvd2cnzbun6dkzgfucxh57tirf3ohhde7lsvh4fu3jehgy"}}"#;+r#"{"$type":"app.bsky.feed.post","createdAt":"2025-04-01T16:58:06.154Z","langs":["en"],"text":"I wish apirl 1st would stop existing lol"}"#
+20
-29
jetstream/src/lib.rs
+20
-29
jetstream/src/lib.rs
······/// A wrapper connector type for working with a WebSocket connection to a Jetstream instance to···············/// A [JetstreamReceiver] is returned which can be used to respond to events. When all instances············
+58
-53
ufos/src/consumer.rs
+58
-53
ufos/src/consumer.rs
························
+2
-1
ufos/src/lib.rs
+2
-1
ufos/src/lib.rs
+2
-2
ufos/src/main.rs
+2
-2
ufos/src/main.rs
······
+1
-1
ufos/src/server.rs
+1
-1
ufos/src/server.rs
+1
-1
ufos/src/store.rs
ufos/src/storage_fjall.rs
+1
-1
ufos/src/store.rs
ufos/src/storage_fjall.rs
···