Kevin Ferm
Learning Rust by Writing a CLI Tool
Rust lessons learned the hard way while building a personal todo CLI.
Key Takeaways
- Point one about From.
- Point two with some details.
- Point three wrapping it all up.
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('world'); Key Takeaways
- Point one about From.
- Point two with some details.
- Point three wrapping it all up.
# example snippet
echo "Hello from Jacob's post: From Figma to Production: A Designer‑Dev Handoff Story" Key Takeaways
- Point one about From.
- Point two with some details.
- Point three wrapping it all up.
// example snippet
Console.WriteLine("Hello there!");
var x = 1 + 2;
Console.WriteLine(x); // => 3 A short blockquote to give the reader something to ponder.
Thanks for reading!