Initial release
Initial release of fahrenheit-celsius-converter
. In this release are available to convert temperatures using endpoints:
/convert/c_to_f/{temp}
/convert/f_to_c/{temp}
wheretemp
is f64 (floating point type).
Initial release of fahrenheit-celsius-converter
. In this release are available to convert temperatures using endpoints:
/convert/c_to_f/{temp}
/convert/f_to_c/{temp}
temp
is f64 (floating point type).