Crate include_js_core

Source

Structs§

JSStr
Wrapper around str that ensures it contains syntactically valid Javascript. This is the borrowed version of JSString so &JSStr is to JSString what &str is to String
JSString
Wrapper around String that ensures it contains syntactically valid Javascript. See docs for JSStr for more info.

Traits§

JSTemplate

Type Aliases§

JSParseError