optionstratlib 0.17.0

OptionStratLib is a comprehensive Rust library for options trading and strategy development across multiple asset classes.
Documentation
1
2
3
4
5
6
7
/// Re-export of `ExpirationDate` from the standalone `expiration_date` crate.
///
/// This module re-exports the `ExpirationDate` enum and its error type from the
/// external `expiration_date` crate, which provides all the core functionality
/// for handling financial instrument expiration dates.
pub use expiration_date::ExpirationDate;
pub use expiration_date::error::ExpirationDateError;