4 个版本
0.1.3 | 2022年4月11日 |
---|---|
0.1.2 | 2022年4月11日 |
0.1.1 | 2022年4月11日 |
0.1.0 | 2022年4月11日 |
#12 in #person
3KB
Shill
Shill 是一个轻松进行推销的工具
示例
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();
(如果您想实际使用这个库,请在 GitHub 上联系我)
lib.rs
:
Shill
Shill 是一个轻松进行推销的工具
示例
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();
(如果您想实际使用这个库,请在 GitHub 上联系我)