Crate effin

Crate effin 

Source
Expand description

§effin - Rust client for Fuck Off As A Service

https://www.foaas.com/

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.")

Macros§

caller
Generates API endpoints’ methods

Structs§

FoaasClient
A FOAAS Client type