#koto #scripting-language #scripting

koto_memory

Memory management utilities used by the Koto programming language

10 releases

Uses new Rust 2024

new 0.16.1 Jan 5, 2026
0.16.0 Jul 23, 2025
0.15.3 Apr 7, 2025
0.15.2 Jan 22, 2025
0.12.0 Oct 18, 2023

#1227 in Programming languages

Download history 133/week @ 2025-09-15 68/week @ 2025-09-22 119/week @ 2025-09-29 47/week @ 2025-10-06 86/week @ 2025-10-13 81/week @ 2025-10-20 74/week @ 2025-10-27 56/week @ 2025-11-03 50/week @ 2025-11-10 81/week @ 2025-11-17 58/week @ 2025-11-24 54/week @ 2025-12-01 43/week @ 2025-12-08 65/week @ 2025-12-15 76/week @ 2025-12-22 39/week @ 2025-12-29

233 downloads per month
Used in 20 crates (3 directly)

MIT license

22KB
462 lines

Koto


Docs Crates.io CI Discord


Koto is a simple and expressive programming language, usable as an extension language for Rust applications, or as a standalone scripting language.

Info

Development

The top-level justfile contains some useful commands for working with the repo, for example just checks which runs all available checks and tests.

After installing just, you can run just setup to install additional dependencies for working with the justfile commands.

MSRV

Koto is under active development, and tested against the latest stable release of Rust.

Dependencies

~120KB