jupyter_serde/
lib.rs

1
2
3
4
5
6
#![deprecated(
    since = "0.8.0",
    note = "This crate is deprecated. Use jupyter-protocol instead."
)]

pub use jupyter_protocol::*;