Docs.rs
jupyter-protocol-0.2.0
jupyter-protocol 0.2.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
bartlomieju
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.5.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
Go to latest version
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Jupyter
Connection
jupyter_
protocol
0.2.0
Jupyter
Connection
Implementors
In crate jupyter_
protocol
Modules
connection_info
media
messaging
Structs
ExecutionCount
Traits
JupyterConnection
jupyter_protocol
Trait
JupyterConnection
Copy item path
Settings
Help
Summary
Source
pub trait JupyterConnection:
Sink
<
JupyterMessage
> +
Stream
<Item =
Result
<
JupyterMessage
,
Error
>> { }
Implementors
§