fabricedesre / cc3200-rs

Getting Rust to run on a TI cc3200
Mozilla Public License 2.0
7 stars 2 forks source link

Added parse library for parsing floating point #61

Closed dhylands closed 7 years ago

dhylands commented 7 years ago

I updated this PR to create a crate called numeric_uitils.

I moved format.rs into the numeric_utils crate. I added parse.rs.

I extracted the tests into separate files in the tests directory. Since each test file in the tests directory is treated as a separate crate, this allows the tests to use std and allows the lib to not need std.