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

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