| Crates.io | effin |
| lib.rs | effin |
| version | 0.0.1 |
| created_at | 2019-02-21 02:01:05.47859+00 |
| updated_at | 2019-02-21 02:01:05.47859+00 |
| description | A Rust client for FOAAS |
| homepage | |
| repository | |
| max_upload_size | |
| id | 116122 |
| size | 9,189 |
Rust client for FOAAS.
use effin::FoaasClient;
let fc = effin::FoaasClient::new();
let res_awesome = fc.awesome("John");
assert_eq!(res_awesome.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?