AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rust and the Future of Web Programming
Rust comes with a test macro and like a few function called assert equal or assert like not equal. If you run on the command line cargo test it looks for all these functions which are annotated like with test and runs them so this is a nice way of a built in feature. I think that axon has it actually built in like which you can use to send one-shot messages from your web server. There's some other topics but we're gonna skip over those.