Rust library for analyzing Gromacs simulations. Currently in very early stage of development: anything can break, change or stop working at any time.
Add the following dependency to your Cargo.toml
file:
[dependencies]
groan_rs = "0.1.0"
Import the crate in your Rust code:
use groan_rs::prelude::*;
This library is released under the MIT License.
For full documentation see the corresponding docs.rs page.