logoalt Hacker News

sharnoyesterday at 6:15 PM1 replyview on HN

I'm trying to build a native postman alternative using Rust + Iced. I want it to use .http files as its collections and .env files as its environments. So that data is stored in plain text and easily editable by AI and usable by other apps like VSCode rest client.

https://github.com/sharno/zagel


Replies

Dansvidaniayesterday at 6:55 PM

I was hoping it’d be cli focused (didn’t know what iced is) but I’m now glad to see the elm architecture influencing more gui libraries.