replitdb 0.1.1

A simple Rust client for Replit DB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.reqwest]
features = ["blocking", "multipart"]
version = "0.11.4"

[dependencies.urlencoding]
version = "2.1.0"

[package]
authors = ["Patrick Winters <19wintersp@gmail.com>"]
description = "A simple Rust client for Replit DB."
edition = "2018"
homepage = "https://github.com/19wintersp/Rust-ReplitDB#readme"
license = "MIT"
name = "replitdb"
readme = "readme.md"
repository = "https://github.com/19wintersp/Rust-ReplitDB"
version = "0.1.1"