NextJS and Rust: Creating a Custom Webpack Loader for Native Node Modules
Introduction I needed a custom solution for loading a native node module in my nextjs project. The module was published...
Introduction I needed a custom solution for loading a native node module in my nextjs project. The module was published...
Slugify is an url slug generator, and slug is a part of the URI between 2 slashes: https://www.example.com/this-is-a-slug/this_is_another_slug Usually, slugs are made from alphanumeric characters and dash. I...
I know how to write macro, what it's useful for, but can't seem to define it...
I wanted to try creating a desktop app with Rust, and found out there's Tauri and Yew. Both...
At the time of writing this, I couldn't find any useful examples for mocking an actix actor. Google and Github code search were useless. Turns out I had to study the code on how...