sciforge 0.0.3

A comprehensive scientific computing library in pure Rust with zero dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Cross-domain scientific bridges.
//!
//! Modules that sit at the intersection of two or more disciplines:
//! astrophysics, biochemistry, geophysics, astrobiology, and others.

pub mod astrobiology;
pub mod astrochemistry;
pub mod astrophysics;
pub mod atmospheric_chemistry;
pub mod atmospheric_physics;
pub mod biochemistry;
pub mod biomathematics;
pub mod biophysics;
pub mod geochemistry;
pub mod geophysics;
pub mod mathematical_physics;
pub mod planetary_geology;