map-to-javascript-html 2.0.3

A library for serializing a map to JavaScript code in HTML usually for dynamically generating strings on web pages.
Documentation
[badges.travis-ci]
branch = "master"
repository = "magiclen/map-to-javascript-html"
[dependencies.html-escape]
version = "0.2"

[dependencies.serde_json]
optional = true
version = "1"

[features]
default = ["std"]
serde = ["serde_json"]
std = []

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "encoding"]
description = "A library for serializing a map to JavaScript code in HTML usually for dynamically generating strings on web pages."
edition = "2018"
homepage = "https://magiclen.org/map-to-javascript-html"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["map", "javascript", "html", "hashmap", "btreemap"]
license = "MIT"
name = "map-to-javascript-html"
readme = "README.md"
repository = "https://github.com/magiclen/map-to-javascript-html"
version = "2.0.3"
[package.metadata.docs.rs]
all-features = true