map-to-javascript-html 2.1.1

A library for serializing a map to JavaScript code in HTML usually for dynamically generating strings on web pages.
Documentation
1
2
3
4
5
6
7
mod b_tree_map;

#[cfg(feature = "std")]
mod hash_map;

#[cfg(feature = "serde")]
mod serde_json_map;