2 releases
0.1.3 | May 19, 2024 |
---|---|
0.1.2 | May 17, 2024 |
#152 in Parser tooling
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
~26K SLoC