groan_rs 0.3.2

Gromacs Analysis Library for Rust
Documentation
# groan_rs: Gromacs Analysis Library for Rust

Rust library for analyzing Gromacs simulations. Currently in very early stage of development: anything can break, change or stop working at any time.

## 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](https://docs.rs/groan_rs/latest/groan_rs/).**