An open API service indexing awesome lists of open source software.

https://github.com/dpc/hyper-get

curl-like tool/library written in Rust using Hyper
https://github.com/dpc/hyper-get

Last synced: about 1 year ago
JSON representation

curl-like tool/library written in Rust using Hyper

Awesome Lists containing this project

README

          

# Introduction

Hyper-get `hget` is CURL-like tool (and in future maybe a library) written in
[Rust programming language][rust] and using [hyper][hyper] library.

[rust]: http://rust-lang.org
[hyper]: https://github.com/hyperium/hyper

# Usage

hget [-r TIMES] [-L] [-h]

# Building and running

Use [cargo][cargo]

[cargo]: https://github.com/rust-lang/cargo

# License

MIT License. See `LICENSE` file for details.