endf-parser.rs

Travis master branch Travis develop branch GitHub release Crates.io API

endf-parser.rs is a rust library providing utilities for parsing ENDF-6 format nuclear data.

Basics

Level 1

rust // Parse ENDF integer fn main() -> Result<i64, ParseEndfIntegerError> { endf_parser::integer::parse(" -123456") } rust // Parse ENDF real fn main() -> Result<i64, ParseEndfRealError> { endf_parser::real::parse("-1.23456+12") }

Questions, Issues, Contributing

Contributions and Pull Request are welcome.

For questions and issues, open an issue here.

License

MIT License