@jondot on code

@jondot on code

Follow
home
Tag

Programming Tips

#programming-tips

More content

Read more stories on Hashnode


Articles with this tag

Compile Time Feature Flags in Rust: Why, How, When?

Dec 14, 20227 min read

The ability to pick compile time features in Rust can allow you to improve the performance, size, maintainability, safety, and portability of your...

Compile Time Feature Flags in Rust: Why, How, When?

Be More Productive with Starter Projects and Backpack

Jul 12, 20229 min read

tl;dr. I've built backpack, a tool that helps you use starter and template projects. I also explain what are the TEA and TEAM frameworks for...

Be More Productive with Starter Projects and Backpack

How to do code coverage in Rust

Jul 9, 20226 min read

Now that we have source based coverage in Rust, we're going to look at how to do the following: Run coverage locally Integrate with IDE for inline...

How to do code coverage in Rust