MarcusRainbow / QuantMath

Financial maths library for risk-neutral pricing and risk
MIT License
370 stars 43 forks source link

Updated to Rust 2021. #53

Closed avhz closed 6 months ago

avhz commented 1 year ago

This basically just meant adding the dyn keyword to traits all over the place, and adding edition = "2021" in the Cargo.toml.

Also ran cargo fmt and cargo clippy, fixed a number of the suggestions.

Edit: all tests still pass and both debug and release build fine.