collect all of standard input until its end, then output it all of it at once to standard output.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Avril 65c297b228
Started adding `memfile` feature: Use a `memfd_create()`d in-memory temporary file.
2 years ago
src Started adding `memfile` feature: Use a `memfd_create()`d in-memory temporary file. 2 years ago
.gitignore Fixed tracing causing huge unneeded bottleneck in non `bytes` builds. 2 years ago
Cargo.lock Made spantrace capture optional at the compilation level. 2 years ago
Cargo.toml Started adding `memfile` feature: Use a `memfd_create()`d in-memory temporary file. 2 years ago