Crates.io | curlrs |
lib.rs | curlrs |
version | 0.1.0 |
source | src |
created_at | 2024-09-29 10:07:29.001987 |
updated_at | 2024-09-29 10:07:29.001987 |
description | A Curl-like library for Rust |
homepage | https://github.com/voltageddebunked/curlrs |
repository | https://github.com/voltageddebunked/curlrs |
max_upload_size | |
id | 1390766 |
size | 202,412 |
CurlRS is a remake of the libcurl
library, written in Rust, aimed at providing a safe, efficient, and feature-rich HTTP client for developers. Leveraging Rust's memory safety guarantees and concurrency features, CurlRS enhances the traditional functionalities of libcurl
, making it more suitable for modern applications.
Key features include:
async/await
syntax.CurlRS aims to become the go-to choice for Rust developers seeking a reliable and powerful HTTP client, combining the strengths of libcurl
with the safety and performance of Rust.