scientific_constants/lib.rs
1//! # Introduction
2//! Scientific Constants is a module that allows you to use scientific constants in your own codebase!
3//!
4//! **Note:** This software is under development. Use at own risk!
5//!
6//! # Contents
7//! As of right now the only module is 'constants'. Its purpose is to provide scientific constants.
8//! Perhaps one day there will be more modules to come.
9
10pub mod constants;