Complex Procedural Rust Macros

In this post, we write a procedural macro that generates code to bind functions and types including arbitrary many impl blocks to a scripting language. The problems encountered and techniques learned can be applied to other tasks where complex compile-tim… Read more

Similar

Rust for Malware Development

This repository contains my complete resources and coding practices for malware development using Rust 🦀. - GitHub - Whitecat18/Rust-for-Malware-Development: This repository contains my complete r... (more…)

Read more »

TimescaleDB: Hyperfunctions in Rust

TimescaleDB hyperfunctions are pre-built functions for the most common and difficult queries that developers write today in TimescaleDB and PostgreSQL. Hyperfunctions help developers measure what matters in time-series data, which generates massive, ever-... (more…)

Read more »