yan_net 0.1.0

A simple library for sending HTTP requests and creating HTTP servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "yan_json"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d45db3f2f638fb6e64caad6e5d3196efb17e19cfebcf03e7f153842f78dbed"

[[package]]
name = "yan_net"
version = "0.1.0"
dependencies = [
 "yan_json",
]