Collection of physical and mathematical constants that are generally considered to be universally constant. This package serves to supplement builtin constant values.
```rust
use universal_constants as uc;
// Unit conversions.
uc::conversions::distance;
uc::conversions::time;
// Math constants.
uc::math;
// Planetary constants.
uc::planets::earth;
```