Closed afronski closed 7 years ago
Currently using jiffy in Elixir projects requires small hack: https://github.com/functional-miners/workshop-production-debugging-ex/blob/master/mix.exs#L44, because new version is not pushed to the hex.pm yet.
jiffy
However we can use different (e.g. purely Erlang) lib for that purpose and avoid NIFs.
What do you think about this one https://github.com/sile/jsone ?
Currently using
jiffy
in Elixir projects requires small hack: https://github.com/functional-miners/workshop-production-debugging-ex/blob/master/mix.exs#L44, because new version is not pushed to the hex.pm yet.However we can use different (e.g. purely Erlang) lib for that purpose and avoid NIFs.