effin 0.0.1

A Rust client for FOAAS
Documentation
# effin

Rust client for [FOAAS](https://www.foaas.com/).

## Usage

```rust
use effin::FoaasClient;

let fc = effin::FoaasClient::new();
let res_awesome = fc.awesome("John");

assert_eq!(res_awesome.unwrap().message, "This is Fucking Awesome.")

```

# WARNING

Beware! This is a work-in-progress (LOL). It `panics!` bigtime.


## Build and Test

```
$ cargo build

$ cargo test

$ cargo doc
```


## Ideas

* Perhaps use `/operations` to autogenerate operations?