statica 0.32.1

statica — Powered HTML pipeline (parse, funnel, bind, scope, emit)
Documentation
1
2
3
4
5
6
7
//! Embedded browser runtime (`$` scope helper).
//!
//! Production builds inline this into fragment scripts so `dist/` needs no separate
//! statica.js fetch. Dev/preview can also serve this file as a module.

/// Source of `statica.js` — the `$` action namespace.
pub const STATICA_JS: &str = include_str!("statica.js");