chemrust-parser 0.2.0

The core modules defining the flow and structs of data in computational chemistry routines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "chemrust-parser"
edition.workspace = true
version.workspace = true
authors.workspace = true
description.workspace = true
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
castep-periodic-table = "0.2.2"
chemrust-core = "0.2"
nalgebra = "0.32"
nom = "7.1.3"