File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " optionstratlib"
3- version = " 0.17.2 "
3+ version = " 0.17.3 "
44edition = " 2024"
55authors = [" Joaquin Bejar <jb@taunais.com>" ]
66description = " OptionStratLib is a comprehensive Rust library for options trading and strategy development across multiple asset classes."
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1010// into, so the lint is silenced in `#[cfg(test)]` only.
1111#![ cfg_attr( test, allow( clippy:: indexing_slicing) ) ]
1212
13- //! # OptionStratLib v0.17.2 : Financial Options Library
13+ //! # OptionStratLib v0.17.3 : Financial Options Library
1414//!
1515//! ## Table of Contents
1616//! 1. [Introduction](#introduction)
800800//!
801801//! ```toml
802802//! [dependencies]
803- //! optionstratlib = "0.17.2 "
803+ //! optionstratlib = "0.17.3 "
804804//! ```
805805//!
806806//! Or use cargo to add it to your project:
815815//!
816816//! ```toml
817817//! [dependencies]
818- //! optionstratlib = { version = "0.17.2 ", features = ["plotly"] }
818+ //! optionstratlib = { version = "0.17.3 ", features = ["plotly"] }
819819//! ```
820820//!
821821//! - `plotly`: Enables interactive visualization using plotly.rs
12061206//!
12071207//! ---
12081208//!
1209- //! **OptionStratLib v0.17.2 ** - Built with ❤️ in Rust for the financial community
1209+ //! **OptionStratLib v0.17.3 ** - Built with ❤️ in Rust for the financial community
12101210//!
12111211
12121212/// # OptionsStratLib: Financial Options Trading Library
You can’t perform that action at this time.
0 commit comments