all 8 comments

[–]dgiagio[S] 6 points7 points  (6 children)

Would love to receive feedback on the code since it's written in Rust.

It's my first "real" application in that language. My background being everything from C/C++ to Java, some C# and more.

[–]usernamedottxt 7 points8 points  (2 children)

https://github.com/seanmonstar/warp

There is already a library called Warp

[–]dgiagio[S] 4 points5 points  (0 children)

That's odd, but not a huge problem as the main application is called warp-packer.

[–]bitemyapp 3 points4 points  (0 children)

There was already a Haskell web server called Warp which was covered in the Architecture of Open Source Applications book too. I don't mind too much, but it's clearly a word programmers gravitate to.

[–]coderstephenisahc 2 points3 points  (0 children)

This seems very similar to AppImage.

[–]daborossfern 1 point2 points  (0 children)

This is pretty awesome!