koto 0.16.1

A simple, expressive, embeddable programming language
Documentation
1
2
3
4
5
//! A collection of useful items to make it easier to work with `koto`

pub use crate::{CompileArgs, Koto, KotoSettings};
pub use koto_bytecode::{Chunk, CompilerSettings, ModuleLoader, ModuleLoaderError};
pub use koto_runtime::prelude::*;