Skip to content

Commit

Permalink
feat: fill out iroh::BlobClient api on the IrohNode (#63)
Browse files Browse the repository at this point in the history
adds tests for rust, go, and python apis
  • Loading branch information
ramfox authored Nov 9, 2023
1 parent d602b65 commit 33f390d
Show file tree
Hide file tree
Showing 16 changed files with 8,674 additions and 482 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ futures = "0.3.28"
quic-rpc = "0.6.1"
tracing-subscriber = { version = "0.3.17" }

[dev-dependencies]
rand = "0.8"

[build-dependencies]
uniffi = { version = "0.24.3", features = ["build"] }

Expand Down
279 changes: 275 additions & 4 deletions Iroh.xcframework/ios-arm64/Iroh.framework/Headers/irohFFI.h

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 33f390d

Please sign in to comment.