diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-20 05:34:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-20 05:34:51 +0800 |
| commit | 332ee84b59f33e3a3f1cb109e02a1c0c9fe108cd (patch) | |
| tree | fef6adc9cc40c54c9aa9b2113c7a70d9d291f56e /src/main.rs | |
| parent | bf593d41fccc7cda9ae7b557f549d8c6e007c042 (diff) | |
Add output protocol trait and implementations
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9e14dc6..cc8d946 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,9 @@ mod args; pub use args::*; +mod output_protocol; +pub use output_protocol::*; + fn main() { println!("Hello, world!"); } |
