-
I'm looking into writing a custom derive macro :) Since I know that the setup is a bit difficult, I was wondering if there is any up-to-date procmacro template, that supports unit testing the macro and uses syn and quote ideally. I found (https://github.com/bbqsrc/cargo-proc-macro) which seems to be unmaintained :(
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Ermm... actually I meant something like this: playground, but then I realized it's basically (de)serialization, and I just found that we already have a crate for that: bincode.
-
MangoHud
A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
Is there any easy to use OpenGL/Vulkan overlay library in Rust? I have no experience in graphics programming but I want to crate an overlay HUD like MangHUD.
-
I know you mentioned you were using this an exercise to learn macros so feel free to ignore this, but I like using this template repository for Advent of Code. It treats each day as a separate binary, but main.rs will run through all the days.