xyz-parse

Crates.ioxyz-parse
lib.rsxyz-parse
version0.1.3
sourcesrc
created_at2024-05-17 14:44:02.296502
updated_at2024-05-19 13:28:30.226972
descriptionSimple parser for the XYZ file format
homepagehttps://github.com/aqora-io/xyz-parse
repositoryhttps://github.com/aqora-io/xyz-parse
max_upload_size
id1243362
size29,790
Julian Popescu (jpopesculian)

documentation

https://docs.rs/xyz-parse/

README

xyz-parse

A parser for the XYZ file format

The formatting of the .xyz file format is as follows:

<number of atoms>
comment line
<element> <X> <Y> <Z>
...

Currently the parser does not support extended XYZ format, but may do so in the future

Commit count: 6

cargo fmt