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
- Host: GitHub
- URL: https://github.com/kujenga/rurl
- Owner: kujenga
- Archived: true
- Created: 2017-11-19T20:42:37.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T05:50:54.000Z (over 1 year ago)
- Last Synced: 2024-10-09T21:41:31.306Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rurl
[](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.