//! # APIs for Lua userscripts
//!
//! This module is responsible for creating and managing the Lua vurtual
//! machine, which is used for userscripts, configuration, and custom
//! scan engines.
//!
//! ## API Documentation
//!
//! For information about the various APIs sscan exposes to userscripts,
//! see each of the various modules under this one, for example,
//! [version_info].
//!
// Modules
// Scope Imports
use *;
use register_version_apis;
/// Initializes Lua and adds APIs to the global scope.