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

https://github.com/kujenga/rurl

A simple curl alternative written in Rust
https://github.com/kujenga/rurl

Last synced: 4 months ago
JSON representation

A simple curl alternative written in Rust

Awesome Lists containing this project

README

        

# rurl

[![Build Status](https://github.com/kujenga/rurl/actions/workflows/rust.yml/badge.svg)](https://github.com/kujenga/rurl/actions)

A simple curl replacement written in Rust. Inspired by
[gurl](https://github.com/kujenga/gurl).

```
cargo build
cargo test
```

Run `./target/debug/rurl -h` for usage information.