dessert-yaml
v0.1.5
Published
Backend for yaml libraries implemented in Rust for WASM
Downloads
30
Readme
Dessert YAML
This library is a clone of yaml-js, written in Rust for WebAssembly.
Summary
Installation
npm install dessert-yamlUsage
Replace
import yaml from "yaml-js"by
import * as yaml from "dessert-yaml"And it should work the same, but faster with Wasm !
