simtrial 0.1.0

Clinical trial simulation
Documentation
# simtrial-rust

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

simtrial-rust is an experimental Rust package for clinical trial
simulation with time-to-event endpoints.

## Installation

Add `simtrial` to your Rust project from crates.io using Cargo:

```bash
cargo add simtrial
```

To try the latest development version directly from GitHub,
point Cargo at the repository:

```bash
cargo add simtrial --git https://github.com/nanxstats/simtrial-rust.git
```