nereids_core/
lib.rs

1//! # nereids-core
2//!
3//! Core types, physical constants, and traits for the NEREIDS neutron resonance
4//! imaging library. This crate has no internal dependencies and serves as the
5//! foundation for all other NEREIDS crates.
6
7pub mod constants;
8pub mod elements;
9pub mod error;
10pub mod types;