endf-parser.rs
endf-parser.rs
is a rust library providing utilities for parsing ENDF-6 format nuclear data.
Basics
Level 1
Level 1 is used to parse ENDF primitives. It includes:
- integers
- reals
- text
// Parse ENDF integer
// Parse ENDF real
Level 2
Level 2 is for parsing ENDF records. It includes following records:
- CONT
- DIR
- HEAD
- LIST
- TAB1
- TEXT
Questions, Issues, Contributing
Contributions and Pull Request are welcome.
For questions and issues, open an issue here.