Crates.io | ts-bindgen-rt |
lib.rs | ts-bindgen-rt |
version | 0.5.0 |
source | src |
created_at | 2022-01-31 03:27:12.853739 |
updated_at | 2022-03-12 17:21:27.539564 |
description | Runtime dependency for ts-bindgen. Supports wasm-bindgen interfaces autogenerated from typescript definitions |
homepage | |
repository | https://github.com/ratchetdesigns/ts-bindgen |
max_upload_size | |
id | 524343 |
size | 45,392 |
ts-bindgen-rt contains the runtime that generated bindings depend on for ts-bindgen.
For usage information about ts-bindgen, check out the ts-bindgen docs, online playground, or repo.
ts-bindgen is currently alpha software and it should be expected that any or all of the following might change significantly from version to version:
There are currently known issues that will prevent generation of reasonable bindings for some typescript idioms.
We welcome contributions and issues!
ts-bindgen-rt provides the runtime library that our generated bindings depend on, primarily for serialization and deserialization between javascript (JsValues and rust).
Copyright 2022 Adam Berger, Ratchet Designs.
ts-bindgen is licensed under either of the MIT or Apache licenses, at your option.
ts-bindgen is crafted thoughtfully by Ratchet Designs