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

simtrial-rs 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-rs.git
```