4 releases
0.1.3 | Apr 11, 2022 |
---|---|
0.1.2 | Apr 11, 2022 |
0.1.1 | Apr 11, 2022 |
0.1.0 | Apr 11, 2022 |
#12 in #person
3KB
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)
lib.rs
:
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)