-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.1, async_callbacks and general optimizations.
- Increased visibility of `apis::*` to improve documentation. - General cleaning of the API for documentation due to new linting. - Refactored the Order Builder to be easier to manage. - Refactored Message parsing for the WebSocket. - Removed the `sub` and `unsub` functions from the websocket. - Added support for the FuturesBalanceSummary channel for the websocket. - JWT Generation Optimizations. - Added PANIC and ERROR documentation. - WebSocket MessageCallbacks are now asynchronous. - Updated the `websocket` example to demonstrate using a callback function and not trait. - Re-exporting `async_trait` for user friendliness. - `FunctionCallback` automatically converts `async` and `sync` functions to trait-based. - Added the `From` trait to convert from CandleUpdate to Candle. - Documentation updates.
- Loading branch information
Showing
56 changed files
with
1,618 additions
and
1,178 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.