jupyter-serde 0.9.0

Serialization and Deserialization for Jupyter related data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "jupyter-serde"
version = "0.9.0"
edition = "2021"
description = "Serialization and Deserialization for Jupyter related data structures"
repository = "https://github.com/runtimed/runtimed"
license = "BSD-3-Clause"

[dependencies]
jupyter-protocol = { workspace = true }

[package.metadata]
deprecated = true