dlib icon indicating copy to clipboard operation
dlib copied to clipboard

Implement universal dlopen-style API

Open q3k opened this issue 4 months ago • 0 comments

This adds external_library_universal!, a new entrypoint to the crate. It's very similar to external_library! but the generated bindings are universal for both dlopen and non-dlopen builds.

This fixes #12. Of course, this does not address the concern about structure size - but this is why this feature is optional.

q3k avatar Sep 29 '25 16:09 q3k