kcl-engine-codec 0.2.183

Serialization and deserialization for the KCL engine protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "kcl-engine-codec"
description = "Serialization and deserialization for the KCL engine protocol"
version = "0.2.183"
edition = "2024"
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"
authors = ["KittyCAD, Inc"]

[dependencies]
kittycad-modeling-cmds = { workspace = true }
rmp-serde = { workspace = true }
serde_json = { workspace = true }

[lints]
workspace = true