Skip to content

Commit

Permalink
Pass errors into Stream Callbacks (#1182)
Browse files Browse the repository at this point in the history
* Callbacks now take a Result<T>
* Add `on_error` to ffi

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
insipx and coderabbitai[bot] authored Oct 25, 2024
1 parent 13ec55c commit d1d33e3
Show file tree
Hide file tree
Showing 19 changed files with 524 additions and 6,105 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"rust-analyzer.cargo.sysroot": "discover",
"rust-analyzer.linkedProjects": ["Cargo.toml"],
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.diagnostics.enable": true,
"rust-analyzer.diagnostics.disabled": [
"unlinked-file",
"unresolved-macro-call",
"unresolved-proc-macro"
],
"rust-analyzer.procMacro.attributes.enable": true,
"rust-analyzer.procMacro.ignored": {
"async-trait": ["async_trait"],
Expand Down
Loading

0 comments on commit d1d33e3

Please sign in to comment.