# Black-Scholes Rust
A Black-Scholes pricing model built in Rust. Will calculate the price, greeks, and implied volatility of calls and puts. Simply create an Inputs sturct and call a calc_<>() method on it.
View the [docs](https://docs.rs/blackscholes) for usage and examples.