2 个版本

0.1.3 2024年5月19日
0.1.2 2024年5月17日

#1292 in 解析器实现

MIT/Apache

26KB
661 代码行

xyz-parse

XYZ 文件格式的解析器

.xyz 文件格式的格式如下

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

目前解析器不支持扩展 XYZ 格式,但未来可能会支持


lib.rs:

XYZ 文件格式的解析器

.xyz 文件格式的格式如下

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

目前解析器不支持扩展 XYZ 格式,但未来可能会支持

依赖

~0.5–6MB
~26K SLoC