1 unstable release
0.0.1 | Feb 21, 2019 |
---|
9KB
147 lines
effin
Rust client for FOAAS.
Usage
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?
lib.rs
:
effin - Rust client for Fuck Off As A Service
A very non-idiomatic Rust implementation of a client of an API that no one uses so I can waste more time in my life.
Example
use effin::FoaasClient;
let fc = effin::FoaasClient::new();
let res_awesome = fc.awesome("John");
assert_eq!(res_awesome.unwrap().message, "This is Fucking Awesome.")
Dependencies
~22MB
~453K SLoC