chemfiles.rs
Rust binding for the chemfiles library.
Documentation
Usage
Add this to your Cargo.toml file:
[]
= "0.8"
And then use chemfiles in your project:
extern crate chemfiles;
Here is a simple usage example. See the examples folder for additional
examples.
extern crate chemfiles;
use ;
Bug reports, feature requests
Please report any bug you find and any feature you may want as a Github issue.