simplist 0.0.5

plain and simple http, for when you just want to make a darn request! supports tokio-based async, traditional sync and async-await models.
Documentation
1
2
3
4
5
6
7
8
9
10
//! utilities duplicated from the hina library. portions here are licensed under the mit or apache license, at your
//! choice.

#![allow(dead_code)]

#[macro_use] mod macros;
pub mod result;
pub mod task;

pub use self::macros::*;