1
2
3
4
5
6
7
8
9
//! This library provide convenient utilities for dealing with ENDF-6 Format
//! files.
//!
//! The full ENDF-6 Format specification is available in
//! [ENDF-6 Formats Manual](https://www.nndc.bnl.gov/csewg/docs/endf-manual.pdf)
pub mod integer;
pub mod library;
pub mod real;
pub mod sublibrary;