UMO
UMO (US Market Open) is a Rust library that provides functionality to list all open time ranges of the US stock market and check the current or next open range by a specific timestamp.
Features
- List all open time ranges for the US stock market until 2025.
- Check the current or next open range by a specific timestamp.
Usage
Add the following to your Cargo.toml:
[]
= { = "0.1.0", = ["until_2025"] }
Or cargo add umo -F until_2025
Example
use ;
License
This project is licensed under the MIT License.
Feel free to modify it as needed!