DEV Community

Discussion on: Creative Coding in Rust with Nannou

Collapse
 
minigamedev profile image
Mossa

Great! I think maybe you could use

use log::{info, trace, warn};

somewhere as well?

What a great blog-entry. I learned a few things from it. Cheers!

Thread Thread
 
deciduously profile image
Ben Lovy • Edited

True enough! Yikes, note to self, these snippets needed a little massaging. In main.rs on GitHub I just went with use log::*; to pull them all in at once.

I'm glad to hear it, despite the hiccups!

Some comments have been hidden by the post's author - find out more