a textual notation to locate fields within atproto records (draft spec) microcosm.tngl.io/RecordPath/
8
fork

Configure Feed

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

link to playground

phil 367dacb9 bba59dfe

+3 -1
+2
readme.md
··· 4 4 5 5 see [spec.md](./spec.md) 6 6 7 + try it out in [the playground](https://microcosm.tngl.io/RecordPath/) 8 + 7 9 8 10 --- 9 11
+1 -1
ref-impl-rust/Cargo.lock
··· 34 34 35 35 [[package]] 36 36 name = "recordpath" 37 - version = "0.0.1" 37 + version = "0.0.2" 38 38 dependencies = [ 39 39 "serde", 40 40 "serde_json",