UNPKG

html-to-json-rs

Version:

Package for converting HTML to JSON and JSON to HTML using Rust and WebAssembly.

10 lines (9 loc) 184 B
services: app: container_name: rust_wasm build: context: . dockerfile: docker/Dockerfile image: rust_wasm:0.0.2 volumes: - ./:/usr/src/myapp:cached