xh: Friendly and fast tool for sending HTTP requests (HTTPie in Rust)

Friendly and fast tool for sending HTTP requests. Contribute to ducaale/xh development by creating an account on GitHub. Read more

Similar

Translating Quake 3 into Rust: Immunant, Inc

The Rust-loving team at Immunant has been hard at work on C2Rust, a migration framework that takes the drudgery out of migrating to Rust. Our goal is to make safety improvements to the translated Rust automatically where we can, and help the programmer do... (more…)

Read more »

Implementing Rust’s Dbg in Python

Rust has an amazing dbg macro that lets you quickly set up an expression printer that will also put in the source line. It also returns the value of the expression so you can even easily inline the printing when you want to! (more…)

Read more »