[go: up one dir, main page]

ts-rs 2.1.3

generate typescript bindings from rust types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ts-rs"
version = "2.1.3"
authors = ["Moritz Bischof <moritz.bischof@aleph-alpha.de>"]
edition = "2018"
license = "MIT"
description = "generate typescript bindings from rust types"
homepage = "https://github.com/Aleph-Alpha/ts-rs"
repository = "https://github.com/Aleph-Alpha/ts-rs"

[features]
serde-compat = ["ts-rs-macros/serde-compat"]

[dependencies]
ts-rs-macros = { version = "2.1.2", path = "../macros" }