fastjames / ex-gpgme

Elixir NIF for GPGME
MIT License
0 stars 0 forks source link

Reduce use of Term #10

Open fastjames opened 2 years ago

fastjames commented 2 years ago

In order to take advantage of the updated function syntax, reduce our use of Term by specifying types directly in the function declaration.

fastjames commented 2 years ago

I have made some progress on this over multiple PRs, but there are still plenty of cases where the use of Term and encode() is in the old style. I will continue chipping away at this.