metru @metru.dev 路 18d

Been working on my own ATProto rust crate. Its turning out as a much higher level crate when compared to @ngerakines.me's. (Currently not using nick's libs internally but probably will soon) What I wanted was easy lexicon type inference. Currently supporting @leaflet.pub and @standard.site.

7 likes 3 replies

?

Replies

leah 馃浉 路 18d

one question i have here is what collection is that fetching? is it resolved from the type parameter of Document - in that case, its not clear to me what collection lexicons::standard::Document refers to.

metru 路 18d

Currently using it in my personal website to pull in my leaflet blog posts and very happy with how low complexity it is in my personal site (though there's still room for improvement).

metru 路 18d

I've got lots of examples of how easy consuming lexicons is with atcrab. github.com/metruzanca/a...