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.

  • maegul@lemmy.mlM
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 months ago

    Nice! And thanks for posting it here!

    What’s your motivation for writing it? To aid native lemmy app development? Just hate typescript?

  • nmtake@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    I think it’s a really good candidate for code reading for understanding how Lemmy API client works. I’d try to write some toy program with the crate in this week.