# rust-options
🦀 A Rust library for options pricing, Greeks calculation, and strategy simulation.
## ✨ Features
- 📈 Black-Scholes pricing (calls and puts)
- 📊 Delta calculation for options
- ⚙️ Payoff functions for common strategies (spreads, straddles, etc.)
## 📦 Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
rust-options = { git = "https://github.com/npastori21/rust-options" }