| Crates.io | universal_constants |
| lib.rs | universal_constants |
| version | 0.0.1 |
| created_at | 2025-05-06 03:04:48.326373+00 |
| updated_at | 2025-05-06 03:04:48.326373+00 |
| description | Physical and mathematical constants that are generally considered to be universally constant. |
| homepage | https://gitlab.com/abmolnar/universal_constants |
| repository | |
| max_upload_size | |
| id | 1661827 |
| size | 12,868 |
Collection of physical and mathematical constants that are generally considered to be universally constant. This package serves to supplement builtin constant values.
use universal_constants as uc;
// Unit conversions.
uc::conversions::distance;
uc::conversions::time;
// Math constants.
uc::math;
// Planetary constants.
uc::planets::earth;