Crate shill

Source
Expand description

§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)

Traits§

Shill
Shills a product through implementation of a trait