vfox 2026.3.1

Interface to vfox plugins
Documentation
1
2
3
4
// This module provides access to embedded vfox plugin Lua code.
// The actual code is generated at build time by build.rs

include!(concat!(env!("OUT_DIR"), "/embedded_plugins.rs"));