Compare commits
1 Commits
927c2b90bd
...
1b4ce2d622
Author | SHA1 | Date | |
---|---|---|---|
1b4ce2d622 |
@ -1 +0,0 @@
|
|||||||
{"rustc_fingerprint":16380765819736665028,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.85.1 (4eb161250 2025-03-15)\nbinary: rustc\ncommit-hash: 4eb161250e340c8f48f66e2b929ef4a5bed7c181\ncommit-date: 2025-03-15\nhost: x86_64-unknown-linux-gnu\nrelease: 1.85.1\nLLVM version: 19.1.7\n","stderr":""}},"successes":{}}
|
|
@ -1,2 +0,0 @@
|
|||||||
# Heavy file server
|
|
||||||
Server that streams the content of a directory as a streamed tar file.
|
|
10
src/main.rs
10
src/main.rs
@ -182,13 +182,3 @@ async fn main() -> std::io::Result<()> {
|
|||||||
.run()
|
.run()
|
||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
mod test {
|
|
||||||
use crate::Args;
|
|
||||||
#[test]
|
|
||||||
fn verify_cli() {
|
|
||||||
use clap::CommandFactory;
|
|
||||||
Args::command().debug_assert()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user