gsdesign 0.1.0

Group sequential design
Documentation
# gsdesign-rust

[![crates.io version](https://img.shields.io/crates/v/gsdesign)](https://crates.io/crates/gsdesign)
[![CI tests](https://github.com/nanxstats/gsdesign-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/nanxstats/gsdesign-rust/actions/workflows/ci.yml)
![License](https://img.shields.io/crates/l/gsdesign)

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
```