Docs.rs
typedb-driver-3.2.0
typedb-driver 3.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
haikalpribadi
typedb-bot
Dependencies
chrono ^0.4.38
normal
chrono-tz ^0.9.0
normal
crossbeam ^0.8.2
normal
futures ^0.3.30
normal
http ^1.1.0
normal
itertools ^0.10.3
normal
log ^0.4.17
normal
maybe-async ^0.2.7
normal
prost ^0.13
normal
tokio ^1.28.2
normal
tokio-stream ^0.1.11
normal
tonic ^0.12
normal
tonic-types ^0.12
normal
typedb-protocol =3.2.0
normal
uuid ^1.1.2
normal
Versions
35.61%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
typedb_
driver
3.2.0
typedb_driver
Function
box_stream
Copy item path
Source
pub fn box_stream<'a, T>( stream: impl
Stream
<Item = T> +
Send
+ 'a, ) ->
BoxStream
<'a, T>