2 releases

0.1.3 May 19, 2024
0.1.2 May 17, 2024

#907 in Parser implementations

Download history 249/week @ 2024-05-17 10/week @ 2024-05-24 1/week @ 2024-05-31

260 downloads per month

MIT/Apache

26KB
661 lines

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


lib.rs:

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

Dependencies

~0.5–6.5MB
~25K SLoC