kuaidaili 0.1.0

A Rust wrapper for Kuaidaili API
Documentation
<!--
 Copyright (c) 2021 Xubai Wang
 
 This software is released under the MIT License.
 https://opensource.org/licenses/MIT
-->

# Kuaidaili 快代理

This repo is a Rust wrapper of the [Kuaidaili](https://www.kuaidaili.com/doc/api/) (快代理) HTTP proxy API.

Since Kuaidaili is mostly used by users from China mainland, a Simplified Chinese version of README is provided [here](./zh-cn/README.md). 中文用户请移步[此文档](./zh-cn/README.md).

**NOTE**: this crate is not an official implementation.

**NOTE**: this crate is in very early stage and is very error prone.

## QuickStart

```Rust
// TODO
```