Docs.rs
jupyter-protocol-0.3.0
jupyter-protocol 0.3.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
rgbkrk
Dependencies
anyhow ^1
normal
async-trait ^0.1.68
normal
bytes ^1
normal
chrono ^0.4
normal
futures ^0.3
normal
jupyter-serde ^0.6.0
normal
rand ^0.8.5
normal
serde ^1
normal
serde_json ^1
normal
uuid ^1
normal
Versions
19.4%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jupyter_
protocol
0.3.0
Jupyter
Connection
Implementors
In crate jupyter_
protocol
jupyter_protocol
Trait
JupyterConnection
Copy item path
Source
pub trait JupyterConnection:
Sink
<
JupyterMessage
> +
Stream
<Item =
Result
<
JupyterMessage
,
Error
>> { }
Implementors
ยง