Episodes tagged with "Rust"
- Cargo is a fantastic productivity tool, but pulling in millions of lines of code brings concerns about maintenance and security. When is trusting the community enough, and when do you need to dive deep into the crates you depend on? We explore the balance.Rust Dependencies: Trust vs. Audit
- Pulling the plug on an engine and migrating to another is risky, but it saved this game development project. Find out how a team navigated the challenges of switching from Rust/Bevy to C#/Unity mid-stream and emerged with boosted productivity and confidence.Engine Swap Saves Game Project