aws / dcv-color-primitives

DCV Color Primitives Library
MIT No Attribution
30 stars 22 forks source link

Make the C api mod public #45

Closed pbor closed 3 years ago

pbor commented 3 years ago

It is needed if one wants to re-export the C api from another rust library. This is useful when using Cargo to build a single static library with all the rust dependencies which are then linked in the C binary.