# flt2dec2flt [![Crate](https://img.shields.io/crates/v/flt2dec2flt.svg)](https://crates.io/crates/flt2dec2flt) [![API](https://docs.rs/flt2dec2flt/badge.svg)](https://docs.rs/flt2dec2flt) [![License](https://img.shields.io/crates/l/flt2dec2flt.svg)](https://github.com/eduardosm/rust-flt2dec2flt#license) [![TravisCI Build Status](https://travis-ci.org/eduardosm/rust-flt2dec2flt.svg?branch=master)](https://travis-ci.org/eduardosm/rust-flt2dec2flt) This crate provides low-level functions to convert floating point numbers (`f32` and `f64`) to decimal strings and vice versa. # License This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.