Figure out how to make oxidized version portable
Due to the work in #7 (closed) it's possible to link the rust code locally & dynamically (and the .so
s are being tracked in source control now), but if the library is to be actually usable when people install haskell-exceptionfree-readfile
then we might need to do some adjustments to make sure the lib works on various places haskell might be used:
- Non
glibc
linuxes (musl) - Windows
- ????