RustySozluk
Description
RustySozluk is a Rust library for fetching user entries and thread entries from eksisozluk.com.
Features
- Fetch user entries by username
- Fetch entries in a particular thread
- Asynchronous API using Rust's
async/await
Installation
Add rustysozluk to your Cargo.toml:
[]
= "0.1.0"
Usage
use fetch_user;
async
Contributing
Any kind of contribution is welcome! Feel free to open an issue.