effin

Crates.ioeffin
lib.rseffin
version0.0.1
sourcesrc
created_at2019-02-21 02:01:05.47859
updated_at2019-02-21 02:01:05.47859
descriptionA Rust client for FOAAS
homepage
repository
max_upload_size
id116122
size9,189
Amanjeev Sethi (amanjeev)

documentation

README

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?
Commit count: 0

cargo fmt