1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
//! This crate is experimental and will have many breaks. For physics research projects use GEANT4. Otherwise the data here will meet or exceed that of most other libraries
pub mod nuclide;
mod electro;
mod radii;
mod index ;
mod half_life;
mod decay ;
mod decay_chain;
mod atomic_mass;
mod elemental ;
mod ionization ;
mod spinparity ;
mod particle ;
pub use nuclide::Nuclide;