Creating DLL source and linking to it

⚓ Rust    📅 2025-09-28    👤 surdeus    👁️ 7      

surdeus

Warning

This post was published 33 days ago. The information described in this article may have changed.

I am building a rust library that will create source code. The original library will then compile and link to the source code.

  1. Are there any examples of doing this sort of thing ?

  2. Is it better to create Rust or C source for the code that will create the dll library that will link to the original library ?

1 post - 1 participant

Read full topic

🏷️ Rust_feed