Skip to content

Commit 316dd7e

Browse files
TypeDB Client Rust dependencies: async runtimes, tokio-stream (#423)
## What is the goal of this PR? We add dependencies used by TypeDB Client Rust for async runtime independence tests. ## What are the changes implemented in this PR? * `tokio-stream`: utility, maps tokio mpsc channel receivers to streams; * `http`: remove a layer of indirection; * `smol` and `async-std`: popular async runtimes.
1 parent d75471d commit 316dd7e

File tree

3 files changed

+449
-115
lines changed

3 files changed

+449
-115
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ target
1111
Cargo.lock
1212
Cargo.toml
1313
!library/crates/Cargo.toml
14+
!library/crates/Cargo.lock

0 commit comments

Comments
 (0)