-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix error and Improvements struct (#1) * Fixed failing compilation with `serde::export` * Make the "use" part nicer thanks @ibraheemdev <3 Co-authored-by: Ibraheem Ahmed <[email protected]> * Change endpoint types to String, Remove lifetime Co-authored-by: vyneer <[email protected]> Co-authored-by: vyneer <[email protected]> Co-authored-by: Ibraheem Ahmed <[email protected]> * Add timeout when creating client (#2) * Derive Clone and Debug (#3) * Fix unwrap (#4) * Add unwrap api * Remove unwrap * Helpful error message * Use serde_json and helpful error message * Helpful error (#5) * Helpful error message * Use serde_json and helpful error message * Fix test * Wasm support (#6) * Clippy * Fix wasm build * Format Co-authored-by: vyneer <[email protected]> Co-authored-by: vyneer <[email protected]> Co-authored-by: Ibraheem Ahmed <[email protected]>
- Loading branch information
1 parent
f6de656
commit 220c345
Showing
6 changed files
with
92 additions
and
38 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
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