Packages

Float to string conversion in erlang for binaries f64, f32 and f16 using Ryu

Current section

Files

Jump to
ken rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [erlfmt, rebar3_hex]}.
{edoc_opts, [
{doclet, edoc_doclet_chunks},
{layout, edoc_layout_chunks},
{dir, "_build/default/lib/ken/doc"}]}.