-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add
TickListError
and refactor tick list handling methods (…
…#95) * refactor: add `TickListError` and refactor tick list handling methods Introduce a new `TickListError` enum to handle various tick list errors. Methods within `TickList` and `TickDataProvider` are refactored to utilize the new error type, ensuring better error handling and more robust code. Tests are updated to reflect these changes. * Restructure test organization in tick_list.rs Group related test cases within modules to enhance readability and maintenance. Also, rename test functions for better clarity and update Cargo.toml version in README.md.
- Loading branch information
Showing
6 changed files
with
298 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.