Crates.io | hypeviewer |
lib.rs | hypeviewer |
version | 1.0.0 |
source | src |
created_at | 2021-10-10 07:52:33.037951 |
updated_at | 2021-10-10 07:52:33.037951 |
description | Educational Clone of Pipviewer |
homepage | https://github.com/anirudhRowjee/hypeviewer |
repository | https://github.com/anirudhRowjee/hypeviewer |
max_upload_size | |
id | 463051 |
size | 17,784 |
Please note this project is a work in progress, and is not guaranteed to compile or run at the moment.
Hypeviewer is a clone of the command-line utility pv
(pipviewer) written in Rust.
$ cargo build
$ source | cargo run -- <command line arguments> | destination
or $ source | cargo run -- -o <destination>