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.
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.