chem 0.0.2

A cheminformatics library by Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "chem"
version = "0.0.2"
dependencies = [
 "purr",
]

[[package]]
name = "purr"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f65ecf8f6541cb5191a715bcd065373e1d49dfc64ad39f6a3d2cba4c8c20108a"