firebase 0.8.0

Rust based library for working with Firebase, currently still under heavy development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "firebase"
version = "0.8.0"
description = "Rust based library for working with Firebase, currently still under heavy development"
readme = "README.md"
repository = "https://github.com/davidrhyswhite/rust-firebase"
license = "MIT"
authors = ["David White <david.white@spry-soft.com>", "Michael Eden <themichaeleden@gmail.com>"]
exclude = ["examples/*", "tests/*"]
keywords = ["firebase", "rest", "api"]

[dependencies]
curl = "0.2.10"