ended5월 19일· 1 sources
Hsrs Automates Type-Safe Rust-Haskell FFI without Boilerplate
Hsrs로 Rust-Haskell 연동을 자동화하며 타입 안전성까지 확보하다
Why it matters
Interoperability between Rust and Haskell has traditionally required complex FFI boilerplate and manual type mappings, creating friction for polyglot systems. Hsrs automates this entirely—developers annotate Rust code, run the code generator, and get fully type-safe Haskell bindings with automatic memory management and serialization. This dramatically reduces development friction when leveraging Rust's performance alongside Haskell's type safety.
1
Sources
+0
24h
—
Growth
4d
Active
HsrsFFI bindingsType-safeRust-HaskellSerialization