koto_serialize 0.2.0

Serde serialization support for the Koto programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.koto_runtime]
version = "0.2.0"

[dependencies.serde]
version = "1.0.0"

[package]
authors = ["irh <ian.r.hobson@gmail.com>"]
description = "Serde serialization support for the Koto programming language"
edition = "2018"
homepage = "https://github.com/koto-lang/koto"
keywords = ["scripting", "language", "koto"]
license = "MIT"
name = "koto_serialize"
repository = "https://github.com/koto-lang/koto"
version = "0.2.0"