mjaric / tds-encoding

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

Consider using RustlerPrecompiled #5

Closed philss closed 2 years ago

philss commented 2 years ago

Thanks for this project.

I would like to propose the adoption of RustlerPrecompiled, so more users could benefit from this without the need to have all the Rust toolchain installed.

I can setup the project if you agree. The only requirement after that is to follow the release process by the Hex publisher.

philss commented 2 years ago

PS: this is also related to a discussion started in https://github.com/philss/floki/issues/116#issuecomment-1198100579

cc @nuno84

moogle19 commented 2 years ago

@philss I just created a new repo with RustlerPrecompiled (since I only can push, but not edit the CI settings on this repo). I published it to hex here: https://hex.pm/packages/excoding

philss commented 2 years ago

@moogle19 awesome! Thank you! :purple_heart:

philss commented 2 years ago

@nuno84 can you try with this new package? https://hex.pm/packages/excoding Here is the docs: https://hexdocs.pm/excoding/Excoding.html

nuno84 commented 2 years ago

It works very well now with excoding. Thank you @philss and @moogle19 Great work.