awesome-rewrite-it-in-rust
DISCONTINUED
ht
Our great sponsors
awesome-rewrite-it-in-rust | ht | |
---|---|---|
6 | 23 | |
1,556 | 2,917 | |
- | - | |
8.5 | 9.4 | |
12 months ago | 4 days ago | |
Rust | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-rewrite-it-in-rust
- Replacements for existing software written in Rust
-
Awesome Rewrite It In Rust - A curated list of replacements for existing software written in Rust
[For all contributors] Do you think I should change the repository name?https://github.com/TaKO8Ki/awesome-rewrite-it-in-rust/issues/29
ht
- Hoppscotch: Open-Source Alternative to Postman
-
http-tanker : CLI tool to easily create, manage and execute http requests from the terminal
If you want something between curl and this http-tanker, check out xh (and its https-only equivalent, xhs).
-
cURL to add native JSON support
Many HTTPie users moved to xh. It's a reimplementation written in Rust and is much lighter and faster than the original. Supports HTTP/2 too.
I have recently been trying a port of HTTPie in Rust, xh [0] (which is needlessly hard to find in a websearch). I am a Python guy, but love having single executable tools.
-
Hurl 1.3.1, a command line to run and test HTTP requests with plain text, curl and Rust
How does it compare to Xh ?
- Friendly and fast tool for sending HTTP requests
-
Hey Rustaceans! Got an easy question? Ask here (34/2021)!
You can check https://github.com/ducaale/xh/blob/master/.github/workflows/release.yaml which runs some tests before releasing the CLI app for Windows, Linux and macOS
-
Announcing roffman! A crate to create ROFF formated man pages.
You do still need to turn it into roff somehow. I've had good results using help2man to transform clap's --help output, though it wasn't plug-and-play: specialized help template, extra bit of handwritten roff, help2man invocation. (Not all of that is necessary for simpler cases.)
-
argparse-benchmarks-rs: Collected benchmarks for arg parsing crates written in Rust
It's for negation flags, i.e. --no-foo to override --foo. That's on clap's radar but it's tricky to implement so we used a hacky solution to do it in application code. See https://github.com/ducaale/xh/issues/84 and https://github.com/ducaale/xh/issues/142 and https://github.com/ducaale/xh/blob/bdb97fcddff2a268aad6e799025efcf29fe2d151/src/cli.rs#L242.
What are some alternatives?
rustdesk - Open source virtual / remote desktop infrastructure for everyone! The open source TeamViewer alternative.
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
htmlq - Like jq, but for HTML.
volta - Volta: JS Toolchains as Code. ⚡
gitoxide - An idiomatic, lean, fast & safe pure Rust implementation of Git
arrow-datafusion - Apache Arrow DataFusion SQL Query Engine
alacritty - A cross-platform, OpenGL terminal emulator.
thgtoa - The Hitchhiker’s Guide to Online Anonymity
amp - A complete text editor for your terminal.
yahc - Yet another HTTPie clone [Moved to: https://github.com/ducaale/ht]
tikv - Distributed transactional key-value database, originally created to complement TiDB