Crates.io | lynx |
lib.rs | lynx |
version | 0.2.0 |
source | src |
created_at | 2019-03-03 16:12:38.567559 |
updated_at | 2019-03-12 01:08:09.657099 |
description | Small and lightweight HTTP client |
homepage | https://github.com/sbstp/lynx |
repository | https://github.com/sbstp/lynx |
max_upload_size | |
id | 118431 |
size | 69,796 |
This project's goal is to provide a lightweight and simple HTTP client for the Rust ecosystem. The intended use is for projects that have HTTP needs where performance is not critical or when HTTP is not the main purpose of the application. Note that the project still tries to perform well and avoid allocation where possible, but stays away from Rust's asynchronous stack to provide a crate that's as small as possible. Features are provided behind feature flags when possible to allow users to get just what they need. Here are the goals of the project:
http
, url
, encoding_rs
), not reinventing the wheel.serde
support behind a feature flagThis project is licensed under the MPL-2.0
.