web_utils

Crates.ioweb_utils
lib.rsweb_utils
version0.1.2
created_at2025-10-11 19:24:46.709809+00
updated_at2025-10-11 19:44:39.748847+00
descriptionA utility library for web-related tasks, wrapping reqwest, serde_json, and url
homepage
repositoryhttps://github.com/yourusername/web_utils
max_upload_size
id1878481
size40,327
Syed Shahidh Ilhan F (Ilhan-Personal)

documentation

README

web_utils

web_utils is a Rust library that simplifies web-related tasks by re-exporting and wrapping functionality from reqwest, serde_json, and url crates.

Features

  • Simplified HTTP client operations using reqwest
  • Easy JSON parsing and stringifying with serde_json
  • URL handling with url

Installation

Add this to your Cargo.toml:

[dependencies]
web_utils = "0.1.2"
Commit count: 0

cargo fmt