Crates.io | groan_rs |
lib.rs | groan_rs |
version | 0.9.0-dev.2 |
source | src |
created_at | 2023-09-06 12:11:03.959383 |
updated_at | 2024-11-23 15:41:10.435192 |
description | Gromacs Analysis Library for Rust |
homepage | |
repository | https://github.com/Ladme/groan_rs |
max_upload_size | |
id | 965215 |
size | 1,639,583 |
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.
Run
$ cargo add groan_rs
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.