purr 0.7.0

Primitives for reading and writing the SMILES language in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "purr"
version = "0.7.0"
authors = ["The Purr Project Developers"]
license = "MIT"
edition = "2018"
readme = "README.md"
repository = "https://github.com/rapodaca/purr"
description = """
Primitives for reading and writing the SMILES language in Rust.
"""

[dependencies]

[dev_dependencies]
pretty_assertions="0.6.1"