Rust client for FOAAS.
```rust use effin::FoaasClient;
let fc = effin::FoaasClient::new(); let res_awesome = fc.awesome("John");
asserteq!(resawesome.unwrap().message, "This is Fucking Awesome.")
```
Beware! This is a work-in-progress (LOL). It panics!
bigtime.
``` $ cargo build
$ cargo test
$ cargo doc ```
/operations
to autogenerate operations?