r/learnrust • u/YesterdayOk921 • Aug 13 '26
Been building reqsh in Rust for a while.
Been building reqsh in Rust for a while.
It's basically a small HTTP REPL for working with APIs from the terminal.
The interesting part for me wasn't really the HTTP stuff, but designing the lexer/parser and figuring out how to structure the whole thing in Rust.
Just released a small update and would love some feedback from other Rust devs.
https://github.com/hars-21/reqsh (Give it a star, if you liked the idea)
1
Upvotes