- cross-posted to:
- opensource@lemmy.ml
- cross-posted to:
- opensource@lemmy.ml
I threw together a rust client for lemmy to play a similar role to the lemmy-js-client. I figure it’s a good candidate for this community to look at since it’s both fairly simple and covers all the API endpoints.
Nice! And thanks for posting it here!
What’s your motivation for writing it? To aid native lemmy app development? Just hate typescript?
I made it to make it easier to write the leptos UI rewrite.
Right … that makes a lot of sense