interop

Tag

Cards List
#interop

zalloc: Use zig allocators in your c code

Lobsters Hottest · 17h ago Cached

zalloc replaces malloc, calloc, realloc, and free in C modules with Zig allocators, enabling Zig-style memory management in C code.

0 favorites 0 likes
#interop

How do I use Win32 structures from the Windows Runtime?

The Old New Thing (Raymond Chen) · 2026-05-21 Cached

This article explains how to use Win32 structures in the Windows Runtime by declaring shadow structures with the same layout, including specific examples and alternatives for common structures.

0 favorites 0 likes
#interop

Show HN: Hsrs – Type-Safe Haskell Bindings Generator for Rust

Hacker News Top · 2026-05-19 Cached

Hsrs is a type-safe FFI bindings generator that allows Rust code to be called from Haskell with automatic memory management, type conversions, and Borsh serialization. It provides annotations in Rust and generates idiomatic Haskell wrappers.

0 favorites 0 likes
← Back to home

Submit Feedback