use-nuclear
Small nuclear physics helpers for RustUse.
Install
[]
= "0.0.1"
Foundation
use-nuclear provides small scalar helpers for radioactive decay, activity, mass defect,
binding energy, and simple nuclide number relationships.
Inputs are numeric SI-style values unless a function name explicitly refers to MeV or atomic
mass units. The crate stays dependency-free and does not define a full unit system.
Example
use ;
#
When to use directly
Choose use-nuclear when you need reusable scalar formulas for decay, activity, or nuclear
energy relationships without pulling in a larger chemistry or units model.
Scope
- Small scalar helpers for radioactive decay, activity, mass-energy equivalence, and simple nuclide-number relationships.
- General constants belong in the top-level
use-constantsset. - Unit abstractions belong in the top-level
use-unitsset. - Element symbols, atomic masses, and periodic-table concepts belong in
use-chemistry. - Isotope databases, reactor simulation, radiation transport, dosimetry, and radiation safety tooling are out of scope.
Status
use-nuclear is a pre-1.0 crate with a deliberately small API.