mjaric / tds-encoding

String encoding/decoding NIF using rust encoding crate
MIT License
2 stars 3 forks source link

Bump rustler to 0.22 and fix M1 mac issues #3

Closed moogle19 closed 2 years ago

moogle19 commented 2 years ago

rustler version updated to 0.22, with all needed changes applied.

Also switched the write to write_all in encode because write is not guaranteed to write all the available data.

Lastly I added the missing rustflags to work on M1 macs.

This should close #2