# gsdesign-rust
[](https://crates.io/crates/gsdesign)
[](https://github.com/nanxstats/gsdesign-rust/actions/workflows/ci.yml)

gsdesign-rust is an experimental Rust package for group sequential design.
## Installation
Add `gsdesign` to your Rust project from crates.io using Cargo:
```bash
cargo add gsdesign
```
To try the latest development version directly from GitHub,
point Cargo at the repository:
```bash
cargo add gsdesign --git https://github.com/nanxstats/gsdesign-rust.git
```