Henry Barretohenrybarreto.dev·Feb 27, 2023A journal about debugging Rust on C integrationI enjoy system programming, and moving bits from here to there is one of the reasons why I love programming. Therefore, it is almost mandatory to know a bit about C, the most widely used language for system programming, especially if you want to inte...Discuss·187 readsDebuggingFeb
Srikanth Anantharamblog.srikanth.one·Dec 4, 2022A tutorial for accessing C/C++ functions within a shared library (.dll/.so/.dylib) from Rust[19-09-2023] Updates: Add instructions and code for an alternative way to build and run using build.rs and cmake-rs Fix the reason why not to link to C++ functions directly Include <cstring> in the code and use free instead of delete as strdup gen...Discuss·2.3K readsRust
Matt Mulfordmattmulford.hashnode.dev·Nov 18, 2022Calling Rust From Node.js - FFII was recently bitten by the Rust bug. Its wild ideas have consumed me and I am forever changed. But unfortunately, most of what I do is better served by another language but I still want to dabble. I got much further down the rabbit hole than I inte...Discuss·1 like·355 readsRust
Lucas Náiadelucasnaiade.dev·Nov 7, 2022Flutter + Golang : código nativo direto da fonteIntrodução Depois de contribuir para um package da comunidade(por ex. flutter_zxing) tive a curiosidade de me aprofundar mais em como chamar código nativo direto de um projeto Dart, e também estou tendo cada vez mais interesses em linguagens como Rus...Discuss·260 readsFFI