groan_rs

Crates.iogroan_rs
lib.rsgroan_rs
version0.11.1
created_at2023-09-06 12:11:03.959383+00
updated_at2025-08-11 10:53:37.567566+00
descriptionGromacs Analysis Library for Rust
homepage
repositoryhttps://github.com/Ladme/groan_rs
max_upload_size
id965215
size2,002,024
Ladislav Bartos (Ladme)

documentation

README

groan_rs: Gromacs Analysis Library for Rust

Rust library for analyzing Gromacs simulations.

While the library is no longer in an early stage of development, it is still unstable. Breaking changes can appear in any new version.

Usage

Run

$ cargo add groan_rs

Import the crate in your Rust code:

use groan_rs::prelude::*;

License

This library is released under the MIT License.

Full documentation

For full documentation see the corresponding docs.rs page.

Commit count: 407

cargo fmt