Registry / http-client / restson

restson

JSON →
library1.5.0rscratesunverified

Easy-to-use REST client with automatic serialization and deserialization, simplifying HTTP API interactions.

# Cargo.toml [dependencies] restson = "1.5.0"
INSTALL
IMPORT
SIG · RESTSON
R
restson
http-clientrustv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RestClient
✓ use restson::RestClient;

Creates a new REST client pointing to a base URL.

use restson::RestClient; fn main() { let client = RestClient::new("https://api.example.com").unwrap(); println!("Client created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
restson — cargo add restson · libregistry