Registry / utility / gchemol

gchemol

JSON →
library0.1.7rscratesunverified

A graph-based chemical objects library for cheminformatics.

# Cargo.toml [dependencies] gchemol = "0.1.7"
INSTALL
IMPORT
SIG · GCHEMOL
G
gchemol
utilityrustv0.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Molecule
use gchemol::Molecule;

Creates a new molecule from a SMILES string.

use gchemol::Molecule; fn main() { let mol = Molecule::new("C"); println!("{:?}", mol); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gchemol — cargo add gchemol · libregistry