Duration
f32
Also refactored out usage of the `time` crate in `uucore`.
Everything in src/common has been moved to src/uucore. This is defined as a Cargo library, instead of directly included. This gives us flexibility to make the library an external crate in the future. Fixes #717.