Closed not-matthias closed 4 years ago
Thanks for the conversion! By curiosity, what kind of tools does it break :) ?
@LordNoteworthy I was trying to generate rust bindings (using this). 😄
Unfortunately al-khaser is not really designed for the use as a library, since there are many functions, that'll just print the result instead of returning it.
I'm not sure if changing these functions is something you'd want. If it is, I'm happy to submit another pull request. :)
ahh @not-matthias, rust binding to C libs :) Interesting!
Indeed a lib might be useful for people who integrate al-khaser as a part of their QA testing. Atm I am trying to give some priority for the issues which are open. I will definitely think about it.
Thanks.
Changed the encoding of some files from
UTF-16
toUTF-8
, because this breaks some tools.