cdumay_http 0.1.1

A Rust Library for HTTP data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cdumay_http"
version = "0.1.1"
edition = "2024"

authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
description = "A Rust Library for HTTP data"
documentation = "https://docs.rs/cdumay_http"
homepage = "https://github.com/cdumay/cdumay_http"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_http"

[dependencies]
cdumay_core = "0.1"
serde-value = "0.7"