#![cfg_attr(test,feature(test))]#![forbid(unsafe_code)]#![warn(missing_docs)]//! # Ratón 🐁
//! A tiny, highly modular, embeddable, dynamically typed scripting language with a bytecode VM, intended for use in games.
pubmodast;pubmodbytecode;modcommon;pubmodcompiler;pubmodruntime;pubusecommon::*;pubmodprelude;#[cfg(all(test,not(miri)))]modbenches;