shill 0.1.3

Shill is a tool for shilling easily
Documentation

Shill

Shill is a tool for shilling easily

Example

struct Person {}
struct Linux {}

impl Shill<Linux> for Person {}

let new_person = Person {};
// Person loves Linux, you should use Linux, Linux is the best!
new_person.shill();

(if you wish to actually use this for something please contact me on github)