https://github.com/lemmynet/lemmy-client-rs
Rust client for Lemmy
https://github.com/lemmynet/lemmy-client-rs
fediverse http-client lemmy rust
Last synced: 2 days ago
JSON representation
Rust client for Lemmy
- Host: GitHub
- URL: https://github.com/lemmynet/lemmy-client-rs
- Owner: LemmyNet
- License: agpl-3.0
- Created: 2024-01-27T20:20:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T05:42:15.000Z (12 days ago)
- Last Synced: 2025-04-19T21:58:02.207Z (4 days ago)
- Topics: fediverse, http-client, lemmy, rust
- Language: Rust
- Homepage: https://join-lemmy.org
- Size: 218 KB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
![]()
lemmy-client
A Rust HTTP client for Lemmy. Uses the browser's built-in fetch API when targeting WASM to keep the binary size small.
## IMPORTANT NOTICE
This crate now uses a different versioning scheme than before so as not to be too tied down to Lemmy releases. For Lemmy versions 0.19.4 and up, use versions 1.x.x. For Lemmy versions 0.19.3 and under, use versions 0.19.5 and up. This is confusing, but should become a non issue as Lemmy accumulates versions and fewer servers use Lemmy versions use 0.19.3 and lower.