groan_rs

Crates.iogroan_rs
lib.rsgroan_rs
version0.9.0-dev.2
sourcesrc
created_at2023-09-06 12:11:03.959383
updated_at2024-11-23 15:41:10.435192
descriptionGromacs Analysis Library for Rust
homepage
repositoryhttps://github.com/Ladme/groan_rs
max_upload_size
id965215
size1,639,583
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: 234

cargo fmt