erldn icon indicating copy to clipboard operation
erldn copied to clipboard

edn format parser for the erlang platform

Results 3 erldn issues
Sort by recently updated
recently updated
newest added

I cannot successfully encode then decode a string containing an escapable character: ``` 1> F = fun(Val) -> 1> Edn = erldn:to_string(Val), 1> Bin = iolist_to_binary(Edn), 1> List = binary:bin_to_list(Bin),...

Hi, It seems that rebar is not able to interpret `cat VERSION` on Windows, then mix refuses to continue. It fails when checking semantic versions. Would you consider hardcoding the...

Would you be willing to publish this on hex? I'd even create the metadata info if you didn't want to and submit it as a PR. I'd like to use...