universal_constants 0.0.1

Physical and mathematical constants that are generally considered to be universally constant.
Documentation
# universal_constants


Collection of physical and mathematical constants that are generally considered to be universally constant. This package serves to supplement builtin constant values.

## API


```rust
use universal_constants as uc;

// Unit conversions.
uc::conversions::distance;
uc::conversions::time;

// Math constants.
uc::math;

// Planetary constants.
uc::planets::earth;
```