flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Adds explicit C API to DYAD #118

Open ilumsden opened 3 months ago

ilumsden commented 3 months ago

This PR adds an explicit C API to DYAD as a linkable library, similar to the more explicit C++ and Python libraries. This API is extremely similar to the wrapper API, and it can really be thought of as providing the same functionality as the wrapper without all the LD_PRELOAD stuff.

JaeseungYeom commented 2 months ago

Do we need to add items into .gitignore as well?