Headlines Flash
Wed, Jun 10 05:58 PM

??????? #server

10 headlines

TechnologyDev.to16h ago

Testing in Rust: from cargo test to mocking HTTP calls

People love to repeat that in Rust "if it compiles, it works". The compiler does kill a whole class of bugs, but it doesn't check your logic. A wrong discount calculation compiles just fine.