Registry / other / koto-runtime

koto-runtime

JSON →
library0.16.1rscratesunverified

The runtime used by the Koto programming language, providing execution environment and core functionality.

# Cargo.toml [dependencies] koto_runtime = "0.16.1"
INSTALL
IMPORT
SIG · KOTO-RUNTIME
K
koto-runtime
otherrustv0.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Runtime
use koto_runtime::Runtime;

Creates a Koto runtime and executes a simple script.

use koto_runtime::Runtime; fn main() { let mut runtime = Runtime::new(); runtime.run("print 'Hello, Koto!'").unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
koto-runtime — cargo add koto-runtime · libregistry